Struct std::net::MACAddr [] [src]

pub struct MACAddr {
    pub bytes: [u8; 6],
}

Fields

bytes

Methods

impl MACAddr

fn equals(&self, other: Self) -> bool

fn from_string(string: &String) -> Self

fn to_string(&self) -> String

Trait Implementations

Derived Implementations

impl Clone for MACAddr

fn clone(&self) -> MACAddr

fn clone_from(&mut self, source: &Self)

impl Copy for MACAddr