pub struct TransferCompletion {
pub request_id: RequestId,
pub status: TransferStatus,
pub actual_length: usize,
pub iso_packets: Vec<IsoPacketResult>,
}Fields§
§request_id: RequestId§status: TransferStatus§actual_length: usize§iso_packets: Vec<IsoPacketResult>Trait Implementations§
Source§impl Clone for TransferCompletion
impl Clone for TransferCompletion
Source§fn clone(&self) -> TransferCompletion
fn clone(&self) -> TransferCompletion
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 moreAuto Trait Implementations§
impl Freeze for TransferCompletion
impl RefUnwindSafe for TransferCompletion
impl Send for TransferCompletion
impl Sync for TransferCompletion
impl Unpin for TransferCompletion
impl UnsafeUnpin for TransferCompletion
impl UnwindSafe for TransferCompletion
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