Struct sysinfo::Component [] [src]

pub struct Component {
    pub temperature: f32,
    pub label: String,
    // some fields omitted
}

Fields

temperature: f32 label: String

Methods

impl Component
[src]

fn get_components() -> Vec<Component>

fn new(label_path: &Path, input_path: &Path) -> Component

fn update(&mut self)