Enum capsules_extra::rf233_const::RF233TrxCmd
source · 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 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