Struct io_uring::opcode::SyncFileRange
source · pub struct SyncFileRange { /* private fields */ }Expand description
Sync a file segment with disk, equivalent to sync_file_range(2).
Implementations§
Trait Implementations§
Auto Trait Implementations§
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