Struct get_sys_info::data::CPULoad
source · [−]pub struct CPULoad {
pub user: f32,
pub nice: f32,
pub system: f32,
pub interrupt: f32,
pub idle: f32,
pub platform: PlatformCpuLoad,
}Fields
user: f32nice: f32system: f32interrupt: f32idle: f32platform: PlatformCpuLoadImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CPULoad
impl Send for CPULoad
impl Sync for CPULoad
impl Unpin for CPULoad
impl UnwindSafe for CPULoad
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more