Struct linux_raw_sys::v2_6_32::general::stat [−][src]
#[repr(C)]pub struct stat {}Show fields
pub st_dev: c_ulong, pub st_ino: c_ulong, pub st_nlink: c_ulong, pub st_mode: c_uint, pub st_uid: c_uint, pub st_gid: c_uint, pub __pad0: c_uint, pub st_rdev: c_ulong, pub st_size: c_long, pub st_blksize: c_long, pub st_blocks: c_long, pub st_atime: c_ulong, pub st_atime_nsec: c_ulong, pub st_mtime: c_ulong, pub st_mtime_nsec: c_ulong, pub st_ctime: c_ulong, pub st_ctime_nsec: c_ulong, pub __unused: [c_long; 3],
Fields
st_dev: c_ulongst_ino: c_ulongst_nlink: c_ulongst_mode: c_uintst_uid: c_uintst_gid: c_uint__pad0: c_uintst_rdev: c_ulongst_size: c_longst_blksize: c_longst_blocks: c_longst_atime: c_ulongst_atime_nsec: c_ulongst_mtime: c_ulongst_mtime_nsec: c_ulongst_ctime: c_ulongst_ctime_nsec: c_ulong__unused: [c_long; 3]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for statimpl UnwindSafe for statBlanket Implementations
Mutably borrows from an owned value. Read more