Struct agera::timer::FreeTimeout
source · pub struct FreeTimeout { /* private fields */ }Expand description
A timeout that can be stopped at anytime, returned
from the free_timeout! macro.
To stop the timeout, call timeout.stop.
Implementations§
source§impl FreeTimeout
impl FreeTimeout
Auto Trait Implementations§
impl RefUnwindSafe for FreeTimeout
impl Send for FreeTimeout
impl Sync for FreeTimeout
impl Unpin for FreeTimeout
impl UnwindSafe for FreeTimeout
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more