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