Struct mac_address::MacAddress [] [src]

pub struct MacAddress { /* fields omitted */ }

Contains the individual bytes of the MAC address.

Methods

impl MacAddress
[src]

[src]

Returns the array of MAC address bytes.

Trait Implementations

impl Debug for MacAddress
[src]

[src]

Formats the value using the given formatter. Read more

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 Copy for MacAddress
[src]

impl Display for MacAddress
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MacAddress

impl Sync for MacAddress