pub enum RF233TrxCmd {
TX_START = 2,
RX_ON = 6,
OFF = 8,
PLL_ON = 9,
RX_AACK_ON = 22,
TX_ARET_ON = 25,
}Variants§
Auto Trait Implementations§
impl Freeze for RF233TrxCmd
impl RefUnwindSafe for RF233TrxCmd
impl Send for RF233TrxCmd
impl Sync for RF233TrxCmd
impl Unpin for RF233TrxCmd
impl UnsafeUnpin for RF233TrxCmd
impl UnwindSafe for RF233TrxCmd
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