[][src]Struct libmedium::sensors::ReadWriteVolt

pub struct ReadWriteVolt { /* fields omitted */ }

Struct that represents a read/write voltage sensor.

Trait Implementations

impl Clone for ReadWriteVolt[src]

impl Debug for ReadWriteVolt[src]

impl From<ReadWriteVolt> for ReadOnlyVolt[src]

impl SensorBase for ReadWriteVolt[src]

impl TryFrom<ReadOnlyVolt> for ReadWriteVolt[src]

type Error = Error

The type returned in the event of a conversion error.

impl VoltSensor for ReadWriteVolt[src]

impl WritableSensorBase for ReadWriteVolt[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<S> Average<Voltage> for S where
    S: VoltSensor
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<S> Crit<Voltage> for S where
    S: VoltSensor
[src]

impl<T> From<T> for T[src]

impl<S> Highest<Voltage> for S where
    S: VoltSensor
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<S> LowCrit<Voltage> for S where
    S: VoltSensor
[src]

impl<S> Lowest<Voltage> for S where
    S: VoltSensor
[src]

impl<S> Max<Voltage> for S where
    S: VoltSensor
[src]

impl<S> Min<Voltage> for S where
    S: VoltSensor
[src]

impl<S> Sensor<Voltage> for S where
    S: VoltSensor
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.