pub struct TimerData { /* private fields */ }Expand description
O(1) hashed wheel timer for efficient timer management.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimerData
impl RefUnwindSafe for TimerData
impl Send for TimerData
impl Sync for TimerData
impl Unpin for TimerData
impl UnsafeUnpin for TimerData
impl UnwindSafe for TimerData
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