pub struct TransferParams {
pub data_len: NonZeroU32,
pub buffer_len: NonZeroU32,
}
Fields§
§data_len: NonZeroU32
§buffer_len: NonZeroU32
Trait Implementations§
Source§impl Clone for TransferParams
impl Clone for TransferParams
Source§fn clone(&self) -> TransferParams
fn clone(&self) -> TransferParams
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 TransferParams
impl Debug for TransferParams
Source§impl TryFrom<TransferParams> for TransferParams
impl TryFrom<TransferParams> for TransferParams
Source§type Error = TryFromIntError
type Error = TryFromIntError
The type returned in the event of a conversion error.
Source§impl TryFrom<TransferParams> for TransferParams
impl TryFrom<TransferParams> for TransferParams
Source§type Error = TryFromIntError
type Error = TryFromIntError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for TransferParams
impl RefUnwindSafe for TransferParams
impl Send for TransferParams
impl Sync for TransferParams
impl Unpin for TransferParams
impl UnwindSafe for TransferParams
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