pub struct ZeroCopy(/* private fields */);Expand description
zero copy write
Implementations§
Source§impl ZeroCopy
impl ZeroCopy
pub async fn copy_slice( &self, source: &AsyncFileSlice, ) -> Result<usize, SendFileError>
Auto Trait Implementations§
impl Freeze for ZeroCopy
impl RefUnwindSafe for ZeroCopy
impl Send for ZeroCopy
impl Sync for ZeroCopy
impl Unpin for ZeroCopy
impl UnsafeUnpin for ZeroCopy
impl UnwindSafe for ZeroCopy
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