pub enum TXPOWERW {
    POS4DBM,
    POS3DBM,
    _0DBM,
    NEG4DBM,
    NEG8DBM,
    NEG12DBM,
    NEG16DBM,
    NEG20DBM,
    NEG40DBM,
}
Expand description

Values that can be written to the field TXPOWER

Variants§

§

POS4DBM

+4 dBm

§

POS3DBM

+3 dBm

§

_0DBM

0 dBm

§

NEG4DBM

-4 dBm

§

NEG8DBM

-8 dBm

§

NEG12DBM

-12 dBm

§

NEG16DBM

-16 dBm

§

NEG20DBM

-20 dBm

§

NEG40DBM

-40 dBm

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.

Should always be Self
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.