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