Struct sysinfo::Component [] [src]

pub struct Component { /* fields omitted */ }

Methods

impl Component
[src]

[src]

Creates a new component with the given information.

[src]

Updates the component.

Trait Implementations

impl ComponentExt for Component
[src]

[src]

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

[src]

Returns the maximum temperature of this component.

[src]

Returns the highest temperature before the computer halts.

[src]

Returns component's label.

impl Debug for Component
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Component

impl Sync for Component