#[repr(transparent)]pub struct OUI(pub [u8; 3]);Tuple Fields§
§0: [u8; 3]Implementations§
Trait Implementations§
impl Copy for OUI
impl Eq for OUI
impl StructuralPartialEq for OUI
Auto Trait Implementations§
impl Freeze for OUI
impl RefUnwindSafe for OUI
impl Send for OUI
impl Sync for OUI
impl Unpin for OUI
impl UnwindSafe for OUI
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