#[repr(u8)]pub enum RfPower {
Neg18Dbm = 0,
Neg12Dbm = 1,
Neg6Dbm = 2,
Dbm0 = 3,
}
Expand description
Set RF output power in TX mode.
Variants§
Trait Implementations§
impl Copy for RfPower
impl Eq for RfPower
impl StructuralPartialEq for RfPower
Auto Trait Implementations§
impl Freeze for RfPower
impl RefUnwindSafe for RfPower
impl Send for RfPower
impl Sync for RfPower
impl Unpin for RfPower
impl UnwindSafe for RfPower
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more