Enum nrf5x::constants::TxPower [] [src]

pub enum TxPower {
    Positive4dBM,
    Positive3dBM,
    ZerodBm,
    Negative4dBm,
    Negative8dBm,
    Negative12dBm,
    Negative16dBm,
    Negative20dBm,
    Negative40dBm,
}

Variants

Trait Implementations

impl Debug for TxPower
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TxPower
[src]

impl Clone for TxPower
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl TryFrom<u8> for TxPower
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

[src]

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.