Struct Tfsync
pub struct Tfsync {
pub fid: u32,
pub datasync: u32,
}
Expand description
fsync – synchronize file
size[4] Tfsync tag[2] fid[4] datasync[4]
size[4] Rfsync tag[2]
fsync flushes any cached data and metadata for the file represented by fid to stable storage.
Fields§
§fid: u32
§datasync: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tfsync
impl RefUnwindSafe for Tfsync
impl Send for Tfsync
impl Sync for Tfsync
impl Unpin for Tfsync
impl UnwindSafe for Tfsync
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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