Enum capsules::net::ieee802154::AddressMode   
                   
                       [−]
                   
               [src]
#[repr(u8)]pub enum AddressMode { NotPresent, Short, Long, }
Variants
NotPresentShortLong
                    Methods
impl AddressMode[src]
pub fn from_mode(mode: u16) -> Option<AddressMode>[src]
Trait Implementations
impl Copy for AddressMode[src]
impl Clone for AddressMode[src]
fn clone(&self) -> AddressMode[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
impl Eq for AddressMode[src]
fn assert_receiver_is_total_eq(&self)[src]
impl PartialEq for AddressMode[src]
fn eq(&self, __arg_0: &AddressMode) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Debug for AddressMode[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<'a> From<&'a Option<MacAddress>> for AddressMode[src]
fn from(opt_addr: &'a Option<MacAddress>) -> Self[src]
Performs the conversion.