pub struct IsoPacketResult {
pub requested_length: usize,
pub actual_length: usize,
pub status: TransferStatus,
}Fields§
§requested_length: usize§actual_length: usize§status: TransferStatusTrait Implementations§
Source§impl Clone for IsoPacketResult
impl Clone for IsoPacketResult
Source§fn clone(&self) -> IsoPacketResult
fn clone(&self) -> IsoPacketResult
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 IsoPacketResult
Source§impl Debug for IsoPacketResult
impl Debug for IsoPacketResult
impl Eq for IsoPacketResult
Source§impl PartialEq for IsoPacketResult
impl PartialEq for IsoPacketResult
Source§fn eq(&self, other: &IsoPacketResult) -> bool
fn eq(&self, other: &IsoPacketResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IsoPacketResult
Auto Trait Implementations§
impl Freeze for IsoPacketResult
impl RefUnwindSafe for IsoPacketResult
impl Send for IsoPacketResult
impl Sync for IsoPacketResult
impl Unpin for IsoPacketResult
impl UnsafeUnpin for IsoPacketResult
impl UnwindSafe for IsoPacketResult
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