Struct syscall::data::Stat [] [src]

#[repr(C)]
pub struct Stat { pub st_dev: u64, pub st_ino: u64, pub st_mode: u16, pub st_nlink: u32, pub st_uid: u32, pub st_gid: u32, pub st_size: u64, pub st_blksize: u32, pub st_blocks: u64, pub st_mtime: u64, pub st_mtime_nsec: u32, pub st_atime: u64, pub st_atime_nsec: u32, pub st_ctime: u64, pub st_ctime_nsec: u32, }

Fields

Trait Implementations

impl Copy for Stat
[src]

impl Clone for Stat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Stat
[src]

[src]

Formats the value using the given formatter.

impl Default for Stat
[src]

[src]

Returns the "default value" for a type. Read more

impl Deref for Stat
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Stat
[src]

[src]

Mutably dereferences the value.