Struct mprober_lib::cpu::CPUTime
source · pub struct CPUTime {
pub non_idle: u64,
pub idle: u64,
}Fields§
§non_idle: u64§idle: u64Implementations§
Trait Implementations§
impl Copy for CPUTime
Auto Trait Implementations§
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