Struct driver_net::EthernetAddress
source · 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 RefUnwindSafe for EthernetAddress
impl Send for EthernetAddress
impl Sync for EthernetAddress
impl Unpin 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