pub struct SteadyClock;
Expand description
Provides a monotonic clock.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SteadyClock
impl RefUnwindSafe for SteadyClock
impl Send for SteadyClock
impl Sync for SteadyClock
impl Unpin for SteadyClock
impl UnwindSafe for SteadyClock
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