Struct systemstat::data::BatteryLife [] [src]

pub struct BatteryLife {
    pub remaining_capacity: f32,
    pub remaining_time: Duration,
}

Fields

Trait Implementations

impl Debug for BatteryLife
[src]

Formats the value using the given formatter.

impl Clone for BatteryLife
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more