Struct stm32_eth::dma::PacketIdNotFound
source · pub struct PacketIdNotFound;
Expand description
This struct is returned if a packet ID is not associated with any TX or RX descriptors.
Trait Implementations§
source§impl Clone for PacketIdNotFound
impl Clone for PacketIdNotFound
source§fn clone(&self) -> PacketIdNotFound
fn clone(&self) -> PacketIdNotFound
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 PacketIdNotFound
impl Debug for PacketIdNotFound
source§impl Format for PacketIdNotFound
impl Format for PacketIdNotFound
source§impl PartialEq<PacketIdNotFound> for PacketIdNotFound
impl PartialEq<PacketIdNotFound> for PacketIdNotFound
source§fn eq(&self, other: &PacketIdNotFound) -> bool
fn eq(&self, other: &PacketIdNotFound) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PacketIdNotFound
impl StructuralPartialEq for PacketIdNotFound
Auto Trait Implementations§
impl RefUnwindSafe for PacketIdNotFound
impl Send for PacketIdNotFound
impl Sync for PacketIdNotFound
impl Unpin for PacketIdNotFound
impl UnwindSafe for PacketIdNotFound
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