Enum capsules::net::ieee802154::MacAddress [] [src]

pub enum MacAddress {
    Short(u16),
    Long([u8; 8]),
}

Variants

Methods

impl MacAddress
[src]

[src]

[src]

Trait Implementations

impl Copy for MacAddress
[src]

impl Clone for MacAddress
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for MacAddress
[src]

[src]

impl PartialEq for MacAddress
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for MacAddress
[src]

[src]

Formats the value using the given formatter. Read more