#[repr(u8)]pub enum State {
Show 16 variants
DISABLED = 0,
RX_RU = 1,
RX_IDLE = 2,
RX = 3,
RX_DISABLE = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
TX_RU = 9,
TX_IDLE = 10,
TX = 11,
TX_DISABLE = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
DISABLED = 0
RADIO is in the Disabled state
RX_RU = 1
RADIO is in the RXRU state
RX_IDLE = 2
RADIO is in the RXIDLE state
RX = 3
RADIO is in the RX state
RX_DISABLE = 4
RADIO is in the RXDISABLED state
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
TX_RU = 9
RADIO is in the TXRU state
TX_IDLE = 10
RADIO is in the TXIDLE state
TX = 11
RADIO is in the TX state
TX_DISABLE = 12
RADIO is in the TXDISABLED state
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for State
impl Ord for State
Source§impl PartialOrd for State
impl PartialOrd for State
impl Copy for State
impl Eq for State
impl StructuralPartialEq for State
Auto Trait Implementations§
impl Freeze for State
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)