Struct sysinfo::Component[][src]

pub struct Component { /* fields omitted */ }

Methods

impl Component
[src]

Creates a new component with the given information.

Updates the component.

Trait Implementations

impl ComponentExt for Component
[src]

Returns the component's temperature (in celsius degree).

Returns the maximum temperature of this component.

Returns the highest temperature before the computer halts.

Returns component's label.

impl Debug for Component
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Component

impl Sync for Component