Struct systemstat::data::CPULoad [] [src]

pub struct CPULoad {
    pub user: f32,
    pub nice: f32,
    pub system: f32,
    pub interrupt: f32,
    pub idle: f32,
}

Fields

Methods

impl CPULoad
[src]

Trait Implementations

impl Debug for CPULoad
[src]

Formats the value using the given formatter.

impl Clone for CPULoad
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more