pub enum TXPOWERR {
Show 16 variants POS8DBM, POS7DBM, POS6DBM, POS5DBM, POS4DBM, POS3DBM, POS2DBM, _0DBM, NEG4DBM, NEG8DBM, NEG12DBM, NEG16DBM, NEG20DBM, NEG30DBM, NEG40DBM, _Reserved(u8),
}
Expand description

Possible values of the field TXPOWER

Variants

POS8DBM

+8 dBm

POS7DBM

+7 dBm

POS6DBM

+6 dBm

POS5DBM

+5 dBm

POS4DBM

+4 dBm

POS3DBM

+3 dBm

POS2DBM

+2 dBm

_0DBM

0 dBm

NEG4DBM

-4 dBm

NEG8DBM

-8 dBm

NEG12DBM

-12 dBm

NEG16DBM

-16 dBm

NEG20DBM

-20 dBm

NEG30DBM

Deprecated enumerator - -40 dBm

NEG40DBM

-40 dBm

_Reserved(u8)

Reserved

Implementations

Value of the field as raw bits

Checks if the value of the field is POS8DBM

Checks if the value of the field is POS7DBM

Checks if the value of the field is POS6DBM

Checks if the value of the field is POS5DBM

Checks if the value of the field is POS4DBM

Checks if the value of the field is POS3DBM

Checks if the value of the field is POS2DBM

Checks if the value of the field is _0DBM

Checks if the value of the field is NEG4DBM

Checks if the value of the field is NEG8DBM

Checks if the value of the field is NEG12DBM

Checks if the value of the field is NEG16DBM

Checks if the value of the field is NEG20DBM

Checks if the value of the field is NEG30DBM

Checks if the value of the field is NEG40DBM

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.