[][src]Trait libmedium::sensors::Faulty

pub trait Faulty: SensorBase {
    fn read_faulty(&self) -> Result<bool, SensorError> { ... }
}

Trait implemented by all sensors that can have a faulty subfunction.

Provided methods

fn read_faulty(&self) -> Result<bool, SensorError>

Reads whether this sensor is faulty or not. Returns an error, if this sensor doesn't support the feature.

Loading content...

Implementors

impl Faulty for ReadOnlyFan[src]

impl Faulty for ReadWriteFan[src]

impl Faulty for ReadOnlyTemp[src]

impl Faulty for ReadWriteTemp[src]

Loading content...