Struct mio::channel::SenderCtl
[−]
[src]
pub struct SenderCtl { /* fields omitted */ }
Tracks messages sent on a channel in order to update readiness.
Methods
impl SenderCtl
[src]
Trait Implementations
impl Clone for SenderCtl
[src]
fn clone(&self) -> SenderCtl
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more