Struct Eui48
pub struct Eui48(pub [u8; 6]);
Expand description
An EUI-48 identifier, commonly known as a MAC address.
The allowed value space of this type is identical to its inner type, but the use of an address in this types implies awareness of its bits’ semantics.
Tuple Fields§
§0: [u8; 6]
Trait Implementations§
impl Copy for Eui48
impl Eq for Eui48
impl StructuralPartialEq for Eui48
Auto Trait Implementations§
impl Freeze for Eui48
impl RefUnwindSafe for Eui48
impl Send for Eui48
impl Sync for Eui48
impl Unpin for Eui48
impl UnwindSafe for Eui48
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