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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EthernetAddress
Source§impl Debug for EthernetAddress
impl Debug for EthernetAddress
impl Eq for EthernetAddress
Source§impl Hash for EthernetAddress
impl Hash for EthernetAddress
impl MulticastJoinable for EthernetAddress
impl NetworkAddress for EthernetAddress
Source§impl PartialEq for EthernetAddress
impl PartialEq for EthernetAddress
Source§fn eq(&self, other: &EthernetAddress) -> bool
fn eq(&self, other: &EthernetAddress) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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