Enum omnisensor::sensor::SensorIO
source · [−]pub enum SensorIO {
Sysfs(SysfsSensorIO),
External(ExternalSensorIO),
}
Expand description
An enum of underlying I/O mechanisms used to retrieve sensor readings.
Variants
Sysfs(SysfsSensorIO)
External(ExternalSensorIO)
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SensorIO
impl Send for SensorIO
impl Sync for SensorIO
impl Unpin for SensorIO
impl !UnwindSafe for SensorIO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more