pub struct EthernetAddress { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EthernetAddress
impl Clone for EthernetAddress
Source§fn clone(&self) -> EthernetAddress
fn clone(&self) -> EthernetAddress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EthernetAddress
impl Debug for EthernetAddress
Source§impl Hash for EthernetAddress
impl Hash for EthernetAddress
Source§impl PartialEq for EthernetAddress
impl PartialEq for EthernetAddress
impl Copy for EthernetAddress
impl Eq for EthernetAddress
impl MulticastJoinable for EthernetAddress
impl NetworkAddress for EthernetAddress
impl StructuralPartialEq for EthernetAddress
Auto Trait Implementations§
impl Freeze for EthernetAddress
impl RefUnwindSafe for EthernetAddress
impl Send for EthernetAddress
impl Sync for EthernetAddress
impl Unpin for EthernetAddress
impl UnwindSafe for EthernetAddress
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