#[repr(C)]pub struct FuseSetAttrIn {}Expand description
FUSE set attribute request input fuse_setattr_in
Fields§
§valid: u32FUSE set attribute bit mask
padding: u32Alignment padding
fh: u64File handler
size: u64File size
lock_owner: u64Lock owner
atime: u64Access time seconds
mtime: u64Content modified time seconds
ctime: u64Meta-data changed time seconds
atimensec: u32Access time nano-seconds
mtimensec: u32Content modified time nano-seconds
ctimensec: u32Meta-data changed time nano-seconds
mode: u32File mode
unused4: u32Alignment padding
uid: u32User ID
gid: u32Group ID
unused5: u32Alignment padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseSetAttrIn
impl RefUnwindSafe for FuseSetAttrIn
impl Send for FuseSetAttrIn
impl Sync for FuseSetAttrIn
impl Unpin for FuseSetAttrIn
impl UnwindSafe for FuseSetAttrIn
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