pub struct AsyncFileSlice { /* private fields */ }Expand description
Slice of the file This works only on raw fd
Implementations§
Trait Implementations§
Source§impl AsRawFd for AsyncFileSlice
impl AsRawFd for AsyncFileSlice
Source§impl Clone for AsyncFileSlice
impl Clone for AsyncFileSlice
Source§fn clone(&self) -> AsyncFileSlice
fn clone(&self) -> AsyncFileSlice
Returns a duplicate 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 AsyncFileSlice
impl Debug for AsyncFileSlice
Source§impl Default for AsyncFileSlice
impl Default for AsyncFileSlice
Source§fn default() -> AsyncFileSlice
fn default() -> AsyncFileSlice
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AsyncFileSlice
impl RefUnwindSafe for AsyncFileSlice
impl Send for AsyncFileSlice
impl Sync for AsyncFileSlice
impl Unpin for AsyncFileSlice
impl UnwindSafe for AsyncFileSlice
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