Struct fuse_backend_rs::abi::linux_abi::Attr [−][src]
#[repr(C)]pub struct 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
flags: u32
Trait Implementations
Converts a slice of raw data into a reference of Self
. Read more
Converts a mutable slice of raw data into a mutable reference of Self
. Read more
Converts a mutable reference to self
into a mutable slice of bytes. Read more
Converts a mutable reference to self
into a VolatileSlice
. This is
useful because VolatileSlice
provides a Bytes<usize>
implementation. Read more
Auto Trait Implementations
impl RefUnwindSafe for Attr
impl UnwindSafe for Attr
Blanket Implementations
Mutably borrows from an owned value. Read more