Struct systemstat::data::LoadAverage [] [src]

pub struct LoadAverage {
    pub one: f32,
    pub five: f32,
    pub fifteen: f32,
}

Fields

Trait Implementations

impl Debug for LoadAverage
[src]

Formats the value using the given formatter.

impl Clone for LoadAverage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more