Struct p9::protocol::messages::Rgetattr

source ·
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§

Formats the value using the given formatter. Read more
Returns the number of bytes necessary to fully encode self.
Encodes self into writer.
Decodes Self from reader.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.