pub struct EUI48 {
pub address: [u8; 6],
}
Expand description
A 48 bit mac address
Fields§
§address: [u8; 6]
A 48 bit mac address
Implementations§
Source§impl EUI48
impl EUI48
Sourcepub fn into_owned(self) -> Self
pub fn into_owned(self) -> Self
Transforms the inner data into its owned type
Trait Implementations§
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