pub struct ProcessRealCPUClock;Expand description
A clock to report the real process wall-clock.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessRealCPUClock
impl RefUnwindSafe for ProcessRealCPUClock
impl Send for ProcessRealCPUClock
impl Sync for ProcessRealCPUClock
impl Unpin for ProcessRealCPUClock
impl UnwindSafe for ProcessRealCPUClock
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