Struct linux_raw_sys::general::stat64
source · #[repr(C)]pub struct stat64 {Show 19 fields
pub st_dev: c_ulonglong,
pub __pad0: [c_uchar; 4],
pub __st_ino: c_ulong,
pub st_mode: c_uint,
pub st_nlink: c_uint,
pub st_uid: c_ulong,
pub st_gid: c_ulong,
pub st_rdev: c_ulonglong,
pub __pad3: [c_uchar; 4],
pub st_size: c_longlong,
pub st_blksize: c_ulong,
pub st_blocks: c_ulonglong,
pub st_atime: c_ulong,
pub st_atime_nsec: c_ulong,
pub st_mtime: c_ulong,
pub st_mtime_nsec: c_uint,
pub st_ctime: c_ulong,
pub st_ctime_nsec: c_ulong,
pub st_ino: c_ulonglong,
}Fields§
§st_dev: c_ulonglong§__pad0: [c_uchar; 4]§__st_ino: c_ulong§st_mode: c_uint§st_nlink: c_uint§st_uid: c_ulong§st_gid: c_ulong§st_rdev: c_ulonglong§__pad3: [c_uchar; 4]§st_size: c_longlong§st_blksize: c_ulong§st_blocks: c_ulonglong§st_atime: c_ulong§st_atime_nsec: c_ulong§st_mtime: c_ulong§st_mtime_nsec: c_uint§st_ctime: c_ulong§st_ctime_nsec: c_ulong§st_ino: c_ulonglongTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for stat64
impl Send for stat64
impl Sync for stat64
impl Unpin for stat64
impl UnwindSafe for stat64
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