pub struct EUI64 {
pub address: [u8; 8],
}
Expand description
A 64 bit mac address
Fields§
§address: [u8; 8]
A 64 bit mac address
Implementations§
Source§impl EUI64
impl EUI64
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 EUI64
impl StructuralPartialEq for EUI64
Auto Trait Implementations§
impl Freeze for EUI64
impl RefUnwindSafe for EUI64
impl Send for EUI64
impl Sync for EUI64
impl Unpin for EUI64
impl UnwindSafe for EUI64
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