Struct sensors::Sensors[][src]

pub struct Sensors { /* fields omitted */ }

Methods

impl Sensors
[src]

Returns an iterator over all detected chips that match a given chip name

Trait Implementations

impl Copy for Sensors
[src]

impl Clone for Sensors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sensors
[src]

Formats the value using the given formatter. Read more

impl IntoIterator for Sensors
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for Sensors

impl Sync for Sensors