Struct mio_extras::timer::Timeout [−][src]
pub struct Timeout { /* fields omitted */ }Expand description
A timeout, as returned by Timer::set_timeout.
Use this as the argument to Timer::cancel_timeout, to cancel this timeout.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Timeout
impl UnwindSafe for Timeout
Blanket Implementations
Mutably borrows from an owned value. Read more