#[repr(C)]pub struct fuse_fsync_in {
pub fh: u64,
pub fsync_flags: u32,
pub padding: u32,
}
Fields§
§fh: u64
§fsync_flags: u32
§padding: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_fsync_in
impl RefUnwindSafe for fuse_fsync_in
impl Send for fuse_fsync_in
impl Sync for fuse_fsync_in
impl Unpin for fuse_fsync_in
impl UnwindSafe for fuse_fsync_in
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