pub struct TransferRuntimeCaps {
pub max_transfer_bytes: usize,
pub max_segments: usize,
}Fields§
§max_transfer_bytes: usize§max_segments: usizeImplementations§
Trait Implementations§
Source§impl Clone for TransferRuntimeCaps
impl Clone for TransferRuntimeCaps
Source§fn clone(&self) -> TransferRuntimeCaps
fn clone(&self) -> TransferRuntimeCaps
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 TransferRuntimeCaps
Auto Trait Implementations§
impl Freeze for TransferRuntimeCaps
impl RefUnwindSafe for TransferRuntimeCaps
impl Send for TransferRuntimeCaps
impl Sync for TransferRuntimeCaps
impl Unpin for TransferRuntimeCaps
impl UnsafeUnpin for TransferRuntimeCaps
impl UnwindSafe for TransferRuntimeCaps
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