pub struct EthernetAddress(pub [u8; 6]);Expand description
The ethernet address of the NIC (MAC address).
Tuple Fields§
§0: [u8; 6]Auto Trait Implementations§
impl Freeze for EthernetAddress
impl RefUnwindSafe for EthernetAddress
impl Send for EthernetAddress
impl Sync for EthernetAddress
impl Unpin for EthernetAddress
impl UnsafeUnpin for EthernetAddress
impl UnwindSafe for EthernetAddress
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more