#[repr(C)]pub struct stat64 {Show 18 fields
pub st_dev: dev_t,
pub st_mode: mode_t,
pub st_nlink: nlink_t,
pub st_ino: __darwin_ino64_t,
pub st_uid: uid_t,
pub st_gid: gid_t,
pub st_rdev: dev_t,
pub st_atimespec: timespec,
pub st_mtimespec: timespec,
pub st_ctimespec: timespec,
pub st_birthtimespec: timespec,
pub st_size: off_t,
pub st_blocks: blkcnt_t,
pub st_blksize: blksize_t,
pub st_flags: __uint32_t,
pub st_gen: __uint32_t,
pub st_lspare: __int32_t,
pub st_qspare: [__int64_t; 2],
}Fields§
§st_dev: dev_t§st_mode: mode_t§st_nlink: nlink_t§st_ino: __darwin_ino64_t§st_uid: uid_t§st_gid: gid_t§st_rdev: dev_t§st_atimespec: timespec§st_mtimespec: timespec§st_ctimespec: timespec§st_birthtimespec: timespec§st_size: off_t§st_blocks: blkcnt_t§st_blksize: blksize_t§st_flags: __uint32_t§st_gen: __uint32_t§st_lspare: __int32_t§st_qspare: [__int64_t; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for stat64
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