Struct std::net::MACAddr
[−]
[src]
pub struct MACAddr { pub bytes: [u8; 6], }
Fields
bytes |
pub struct MACAddr { pub bytes: [u8; 6], }
bytes |
impl MACAddr
fn equals(&self, other: Self) -> bool
fn from_string(string: &String) -> Self
fn to_string(&self) -> String
impl Clone for MACAddr
fn clone(&self) -> MACAddr
fn clone_from(&mut self, source: &Self)
impl Copy for MACAddr