Struct myo::MACAddress [] [src]

pub struct MACAddress(_);

MAC Address

Trait Implementations

impl Debug for MACAddress
[src]

Formats the value using the given formatter.

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 Eq for MACAddress
[src]

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 Display for MACAddress
[src]

Formats the value using the given formatter. Read more