Enum capsules::rf233_const::ExternalState
[−]
[src]
pub enum ExternalState { ON, BUSY_RX, BUSY_TX, RX_ON, TRX_OFF, PLL_ON, SLEEP, PREP_DEEP_SLEEP, BUSY_RX_AACK, BUSY_TX_ARET, RX_AACK_ON, TX_ARET_ON, STATE_TRANSITION_IN_PROGRESS, }
Variants
ON
BUSY_RX
BUSY_TX
RX_ON
TRX_OFF
PLL_ON
SLEEP
PREP_DEEP_SLEEP
BUSY_RX_AACK
BUSY_TX_ARET
RX_AACK_ON
TX_ARET_ON
STATE_TRANSITION_IN_PROGRESS
Trait Implementations
impl PartialEq for ExternalState
[src]
fn eq(&self, __arg_0: &ExternalState) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl Copy for ExternalState
[src]
impl Clone for ExternalState
[src]
fn clone(&self) -> ExternalState
[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