pub struct CpuTime(/* private fields */);
Expand description
System CPU time.
§Compatibility
For Linux additional information can be retrieved with CpuTimeExt extension trait.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuTime
impl !RefUnwindSafe for CpuTime
impl Send for CpuTime
impl Sync for CpuTime
impl Unpin for CpuTime
impl !UnwindSafe for CpuTime
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