#[repr(C)]pub struct fuse_attr {}
Fields§
§ino: u64
§size: u64
§blocks: u64
§atime: u64
§mtime: u64
§ctime: u64
§atimensec: u32
§mtimensec: u32
§ctimensec: u32
§mode: u32
§nlink: u32
§uid: u32
§gid: u32
§rdev: u32
§blksize: u32
§padding: u32
Trait Implementations§
impl Copy for fuse_attr
impl FromBytes for fuse_attr
Auto Trait Implementations§
impl Freeze for fuse_attr
impl RefUnwindSafe for fuse_attr
impl Send for fuse_attr
impl Sync for fuse_attr
impl Unpin for fuse_attr
impl UnwindSafe for fuse_attr
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