Struct linux_raw_sys::general::stat
source · #[repr(C)]pub struct stat {Show 18 fields
pub st_dev: c_ulong,
pub st_ino: c_ulong,
pub st_mode: c_ushort,
pub st_nlink: c_ushort,
pub st_uid: c_ushort,
pub st_gid: c_ushort,
pub st_rdev: c_ulong,
pub st_size: c_ulong,
pub st_blksize: c_ulong,
pub st_blocks: c_ulong,
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 __unused4: c_ulong,
pub __unused5: c_ulong,
}
Fields§
§st_dev: c_ulong
§st_ino: c_ulong
§st_mode: c_ushort
§st_nlink: c_ushort
§st_uid: c_ushort
§st_gid: c_ushort
§st_rdev: c_ulong
§st_size: c_ulong
§st_blksize: c_ulong
§st_blocks: c_ulong
§st_atime: c_ulong
§st_atime_nsec: c_ulong
§st_mtime: c_ulong
§st_mtime_nsec: c_ulong
§st_ctime: c_ulong
§st_ctime_nsec: c_ulong
§__unused4: c_ulong
§__unused5: c_ulong
Trait Implementations§
Auto Trait Implementations§
impl Freeze for stat
impl RefUnwindSafe for stat
impl Send for stat
impl Sync for stat
impl Unpin for stat
impl UnwindSafe for stat
Blanket Implementations§
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