#[repr(C)]pub struct fuse_statx {Show 21 fields
pub mask: u32,
pub blksize: u32,
pub attributes: u64,
pub nlink: u32,
pub uid: u32,
pub gid: u32,
pub mode: u16,
pub __spare0: [u16; 1],
pub ino: u64,
pub size: u64,
pub blocks: u64,
pub attributes_mask: u64,
pub atime: fuse_sx_time,
pub btime: fuse_sx_time,
pub ctime: fuse_sx_time,
pub mtime: fuse_sx_time,
pub rdev_major: u32,
pub rdev_minor: u32,
pub dev_major: u32,
pub dev_minor: u32,
pub __spare2: [u64; 14],
}
Fields§
§mask: u32
§blksize: u32
§attributes: u64
§nlink: u32
§uid: u32
§gid: u32
§mode: u16
§__spare0: [u16; 1]
§ino: u64
§size: u64
§blocks: u64
§attributes_mask: u64
§atime: fuse_sx_time
§btime: fuse_sx_time
§ctime: fuse_sx_time
§mtime: fuse_sx_time
§rdev_major: u32
§rdev_minor: u32
§dev_major: u32
§dev_minor: u32
§__spare2: [u64; 14]
Trait Implementations§
Source§impl Clone for fuse_statx
impl Clone for fuse_statx
Source§fn clone(&self) -> fuse_statx
fn clone(&self) -> fuse_statx
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for fuse_statx
impl Debug for fuse_statx
Source§impl Default for fuse_statx
impl Default for fuse_statx
Source§fn default() -> fuse_statx
fn default() -> fuse_statx
Returns the “default value” for a type. Read more
Source§impl Hash for fuse_statx
impl Hash for fuse_statx
Source§impl PartialEq for fuse_statx
impl PartialEq for fuse_statx
impl Copy for fuse_statx
impl Eq for fuse_statx
impl StructuralPartialEq for fuse_statx
Auto Trait Implementations§
impl Freeze for fuse_statx
impl RefUnwindSafe for fuse_statx
impl Send for fuse_statx
impl Sync for fuse_statx
impl Unpin for fuse_statx
impl UnwindSafe for fuse_statx
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