pub struct Rgetattr {Show 20 fields
pub valid: u64,
pub qid: Qid,
pub mode: u32,
pub uid: u32,
pub gid: u32,
pub nlink: u64,
pub rdev: u64,
pub size: u64,
pub blksize: u64,
pub blocks: u64,
pub atime_sec: u64,
pub atime_nsec: u64,
pub mtime_sec: u64,
pub mtime_nsec: u64,
pub ctime_sec: u64,
pub ctime_nsec: u64,
pub btime_sec: u64,
pub btime_nsec: u64,
pub gen: u64,
pub data_version: u64,
}
Fields§
§valid: u64
§qid: Qid
§mode: u32
§uid: u32
§gid: u32
§nlink: u64
§rdev: u64
§size: u64
§blksize: u64
§blocks: u64
§atime_sec: u64
§atime_nsec: u64
§mtime_sec: u64
§mtime_nsec: u64
§ctime_sec: u64
§ctime_nsec: u64
§btime_sec: u64
§btime_nsec: u64
§gen: u64
§data_version: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rgetattr
impl RefUnwindSafe for Rgetattr
impl Send for Rgetattr
impl Sync for Rgetattr
impl Unpin for Rgetattr
impl UnwindSafe for Rgetattr
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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