Enum lp55231::Addr

source ·
pub enum Addr {
    _0x32,
    _0x33,
    _0x34,
    _0x35,
}
Expand description

Available I2C addresses for the part

Variants§

§

_0x32

ASEL1=GND, ASEL2=GND

§

_0x33

ASEL1=GND, ASEL2=VEN

§

_0x34

ASEL1=VEN, ASEL2=GND

§

_0x35

ASEL1=VEN, ASEL2=VEN

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.