pub struct MAC { /* private fields */ }Expand description
A Layer-2 Ethernet Media-Access-Control Address (MAC)
Trait Implementations§
Source§impl Ord for MAC
impl Ord for MAC
Source§impl PartialOrd for MAC
impl PartialOrd for MAC
impl Copy for MAC
impl Eq for MAC
impl StructuralPartialEq for MAC
Auto Trait Implementations§
impl Freeze for MAC
impl RefUnwindSafe for MAC
impl Send for MAC
impl Sync for MAC
impl Unpin for MAC
impl UnwindSafe for MAC
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