Enum capsules::ieee802154::xmac::XMacState   
                   
                       [−]
                   
               [src]
enum XMacState {
    AWAKE,
    DELAY_SLEEP,
    SLEEP,
    STARTUP,
    TX_PREAMBLE,
    TX,
    TX_DELAY,
}Variants
AWAKEDELAY_SLEEPSLEEPSTARTUPTX_PREAMBLETXTX_DELAY
            Trait Implementations
impl Copy for XMacState[src]
impl Clone for XMacState[src]
fn clone(&self) -> XMacState[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