Enum netstack3_core::device::ethernet::EthernetLinkDevice
source · pub enum EthernetLinkDevice {}
Expand description
An implementation of the [LinkDevice
] trait for Ethernet devices.
Trait Implementations§
source§impl Clone for EthernetLinkDevice
impl Clone for EthernetLinkDevice
source§fn clone(&self) -> EthernetLinkDevice
fn clone(&self) -> EthernetLinkDevice
Returns a copy 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 EthernetLinkDevice
impl Debug for EthernetLinkDevice
source§impl Hash for EthernetLinkDevice
impl Hash for EthernetLinkDevice
source§impl PartialEq for EthernetLinkDevice
impl PartialEq for EthernetLinkDevice
source§fn eq(&self, other: &EthernetLinkDevice) -> bool
fn eq(&self, other: &EthernetLinkDevice) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EthernetLinkDevice
impl Device for EthernetLinkDevice
impl Eq for EthernetLinkDevice
impl StructuralEq for EthernetLinkDevice
impl StructuralPartialEq for EthernetLinkDevice
Auto Trait Implementations§
impl RefUnwindSafe for EthernetLinkDevice
impl Send for EthernetLinkDevice
impl Sync for EthernetLinkDevice
impl Unpin for EthernetLinkDevice
impl UnwindSafe for EthernetLinkDevice
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