pub struct CPUTime {
pub non_idle: u64,
pub idle: u64,
}Fields§
§non_idle: u64§idle: u64Implementations§
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 UnsafeUnpin 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