#[repr(C)]pub struct FuseAttr {}Expand description
FUSE attribute fuse_attr
Fields§
§ino: INumNode i-number
size: u64File size
blocks: u64Block numbers
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
nlink: u32Link numbers
uid: u32User ID
gid: u32Group IP
rdev: u32The device ID that this file (inode) represents if special file
blksize: u32Block size
padding: u32Alignment padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseAttr
impl RefUnwindSafe for FuseAttr
impl Send for FuseAttr
impl Sync for FuseAttr
impl Unpin for FuseAttr
impl UnwindSafe for FuseAttr
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