pub struct CPULoad {
pub user: f32,
pub nice: f32,
pub system: f32,
pub interrupt: f32,
pub idle: f32,
pub platform: PlatformCpuLoad,
}
Fields§
§user: f32
§nice: f32
§system: f32
§interrupt: f32
§idle: f32
§platform: PlatformCpuLoad
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CPULoad
impl RefUnwindSafe for CPULoad
impl Send for CPULoad
impl Sync for CPULoad
impl Unpin for CPULoad
impl UnwindSafe for CPULoad
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