Enum htu2xd::SupplyVoltage[][src]

pub enum SupplyVoltage {
    High,
    Low,
}

Measurement of the power supply voltage

Note: The sensor’s minimum power supply voltage is 1.5 V.

Variants

High

Greater than 2.25 +/- 0.1 V

Low

Less than 2.25 +/- 0.1 V

Trait Implementations

impl Clone for SupplyVoltage[src]

impl Debug for SupplyVoltage[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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.