#[repr(C)]pub struct fuse_setattr_in {}Fields§
§valid: u32§padding: u32§fh: u64§size: u64§lock_owner: u64§atime: u64§mtime: u64§ctime: u64§atimensec: u32§mtimensec: u32§ctimensec: u32§mode: u32§unused4: u32§uid: u32§gid: u32§unused5: u32Implementations§
Source§impl fuse_setattr_in
impl fuse_setattr_in
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_setattr_in
impl RefUnwindSafe for fuse_setattr_in
impl Send for fuse_setattr_in
impl Sync for fuse_setattr_in
impl Unpin for fuse_setattr_in
impl UnwindSafe for fuse_setattr_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