Struct sensors::Feature[][src]

pub struct Feature { /* fields omitted */ }

Data about a single chip feature (or category leader)

Methods

impl Feature
[src]

Look up the label of the feature. If no label exists for this feature, its name is returned itself.

Returns the subfeature of the given type, if it exists, None otherwise.

Trait Implementations

impl Debug for Feature
[src]

Formats the value using the given formatter. Read more

impl IntoIterator for Feature
[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 Feature

impl !Sync for Feature