#[repr(C)]pub struct Stat {Show 16 fields
pub st_dev: u64,
pub st_mode: u32,
pub st_nlink: u32,
pub st_uid: u32,
pub st_gid: u32,
pub st_rdev: u64,
pub st_size: i64,
pub st_blksize: u32,
pub st_blocks: u64,
pub st_atime: u64,
pub st_atime_nsec: u32,
pub st_mtime: u64,
pub st_mtime_nsec: u32,
pub st_ctime: u64,
pub st_ctime_nsec: u32,
pub st_ino: u64,
}Available on crate feature
fs only.Fields§
§st_dev: u64§st_mode: u32§st_nlink: u32§st_uid: u32§st_gid: u32§st_rdev: u64§st_size: i64§st_blksize: u32§st_blocks: u64§st_atime: u64§st_atime_nsec: u32§st_mtime: u64§st_mtime_nsec: u32§st_ctime: u64§st_ctime_nsec: u32§st_ino: u64Trait 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§
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