Enum nrf5x::constants::TxPower
[−]
[src]
pub enum TxPower {
Positive4dBM,
Positive3dBM,
ZerodBm,
Negative4dBm,
Negative8dBm,
Negative12dBm,
Negative16dBm,
Negative20dBm,
Negative40dBm,
}Variants
Positive4dBMPositive3dBMZerodBmNegative4dBmNegative8dBmNegative12dBmNegative16dBmNegative20dBmNegative40dBm
Trait Implementations
impl Debug for TxPower[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for TxPower[src]
impl Clone for TxPower[src]
fn clone(&self) -> TxPower[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more