Struct mio_extras::timer::Timeout [−][src]
pub struct Timeout { /* fields omitted */ }
A timeout, as returned by Timer::set_timeout
.
Use this as the argument to Timer::cancel_timeout
, to cancel this timeout.
pub struct Timeout { /* fields omitted */ }
A timeout, as returned by Timer::set_timeout
.
Use this as the argument to Timer::cancel_timeout
, to cancel this timeout.
impl RefUnwindSafe for Timeout
impl Send for Timeout
impl Sync for Timeout
impl Unpin for Timeout
impl UnwindSafe for Timeout