[−][src]Trait libmedium::sensors::WriteableMin
Trait implemented by all writeable sensors that can have a min subfunction.
Provided methods
pub fn write_min(&self, min: Self::Value) -> Result<(), Error>
[src]
Writes this sensor's min value. Returns an error, if the sensor doesn't support the feature.