Struct default_net::interface::MacAddr
source · pub struct MacAddr(/* private fields */);
Expand description
Structure of MAC address
Implementations§
Trait Implementations§
source§impl Ord for MacAddr
impl Ord for MacAddr
source§impl PartialEq for MacAddr
impl PartialEq for MacAddr
source§impl PartialOrd for MacAddr
impl PartialOrd for MacAddr
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for MacAddr
impl Eq for MacAddr
impl StructuralEq for MacAddr
impl StructuralPartialEq for MacAddr
Auto Trait Implementations§
impl RefUnwindSafe for MacAddr
impl Send for MacAddr
impl Sync for MacAddr
impl Unpin for MacAddr
impl UnwindSafe for MacAddr
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