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 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 PacketIdNotFound
impl Debug for PacketIdNotFound
Source§impl Format for PacketIdNotFound
impl Format for PacketIdNotFound
Source§impl PartialEq for PacketIdNotFound
impl PartialEq for PacketIdNotFound
impl Copy for PacketIdNotFound
impl StructuralPartialEq for PacketIdNotFound
Auto Trait Implementations§
impl Freeze for PacketIdNotFound
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