Struct mac_address::MacAddress[][src]

pub struct MacAddress { /* fields omitted */ }

Contains the individual bytes of the MAC address.

Methods

impl MacAddress
[src]

Creates a new MacAddress struct from the given bytes.

impl MacAddress
[src]

Returns the array of MAC address bytes.

Trait Implementations

impl Debug for MacAddress
[src]

Formats the value using the given formatter. Read more

impl Clone for MacAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MacAddress
[src]

impl PartialEq for MacAddress
[src]

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

This method tests for !=.

impl Display for MacAddress
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MacAddress

impl Sync for MacAddress