#[repr(C)]pub struct FuseFSyncIn {
pub fh: u64,
pub fsync_flags: u32,
pub padding: u32,
}Expand description
FUSE fsync request input fuse_fsync_in
Fields§
§fh: u64File handler
fsync_flags: u32File sync flags
padding: u32Alignment padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseFSyncIn
impl RefUnwindSafe for FuseFSyncIn
impl Send for FuseFSyncIn
impl Sync for FuseFSyncIn
impl Unpin for FuseFSyncIn
impl UnwindSafe for FuseFSyncIn
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