pub struct SyncFileRange { /* private fields */ }
Expand description
Issue the equivalent of a sync_file_range (2)
on the file descriptor.
See also sync_file_range (2)
. for the general description of the related system call.
Implementations§
Source§impl SyncFileRange
impl SyncFileRange
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncFileRange
impl RefUnwindSafe for SyncFileRange
impl Send for SyncFileRange
impl Sync for SyncFileRange
impl Unpin for SyncFileRange
impl UnwindSafe for SyncFileRange
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