pub struct JiffiesWheel { /* private fields */ }Expand description
The hierarchical timing wheel structure for managing timers in jiffies (milliseconds).
Implementations§
Source§impl JiffiesWheel
impl JiffiesWheel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JiffiesWheel
impl !RefUnwindSafe for JiffiesWheel
impl Send for JiffiesWheel
impl Sync for JiffiesWheel
impl Unpin for JiffiesWheel
impl !UnwindSafe for JiffiesWheel
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