Struct timer_queue::Timer
source · [−]pub struct Timer(_);
Expand description
Handle to a specific timer, obtained from TimerQueue::insert
Trait Implementations
impl Copy for Timer
impl Eq for Timer
impl StructuralEq for Timer
impl StructuralPartialEq for Timer
Auto Trait Implementations
impl RefUnwindSafe for Timer
impl Send for Timer
impl Sync for Timer
impl Unpin for Timer
impl UnwindSafe for Timer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more