pub struct EthernetDMA<'a> { /* private fields */ }
Expand description
Ethernet DMA
Implementations§
Source§impl EthernetDMA<'_>
impl EthernetDMA<'_>
Sourcepub fn number_packets_dropped(&self) -> u32
pub fn number_packets_dropped(&self) -> u32
Return the number of packets dropped since this method was last called
Trait Implementations§
Source§impl<'a> Device<'a> for EthernetDMA<'_>
Implement the smoltcp Device interface
impl<'a> Device<'a> for EthernetDMA<'_>
Implement the smoltcp Device interface
type RxToken = RxToken<'a>
type TxToken = TxToken<'a>
Source§fn capabilities(&self) -> DeviceCapabilities
fn capabilities(&self) -> DeviceCapabilities
Get a description of device capabilities.
Auto Trait Implementations§
impl<'a> Freeze for EthernetDMA<'a>
impl<'a> RefUnwindSafe for EthernetDMA<'a>
impl<'a> Send for EthernetDMA<'a>
impl<'a> !Sync for EthernetDMA<'a>
impl<'a> Unpin for EthernetDMA<'a>
impl<'a> !UnwindSafe for EthernetDMA<'a>
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