pub struct MonoTimer { /* private fields */ }
Expand description
A monotonic nondecreasing timer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MonoTimer
impl RefUnwindSafe for MonoTimer
impl Send for MonoTimer
impl Sync for MonoTimer
impl Unpin for MonoTimer
impl UnwindSafe for MonoTimer
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