#[repr(C)]pub struct stat {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_tst_mode: mode_tst_nlink: nlink_tst_ino: __darwin_ino64_tst_uid: uid_tst_gid: gid_tst_rdev: dev_tst_atimespec: timespecst_mtimespec: timespecst_ctimespec: timespecst_birthtimespec: timespecst_size: off_tst_blocks: blkcnt_tst_blksize: blksize_tst_flags: __uint32_tst_gen: __uint32_tst_lspare: __int32_tst_qspare: [__int64_t; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for stat
impl Send for stat
impl Sync for stat
impl Unpin for stat
impl UnwindSafe for stat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more