pub struct StatNS {Show 22 fields
pub st_dev: i64,
pub st_ino: i64,
pub st_mode: i64,
pub st_nlink: i64,
pub st_uid: i64,
pub st_gid: i64,
pub st_rdev: i64,
pub st_size: i64,
pub st_blksize: i64,
pub st_blocks: i64,
pub st_atime_sec: i64,
pub st_atime_nsec: i64,
pub st_mtime_sec: i64,
pub st_mtime_nsec: i64,
pub st_ctime_sec: i64,
pub st_ctime_nsec: i64,
pub st_spare1: i64,
pub st_spare2: i64,
pub st_spare3: i64,
pub st_spare4: i64,
pub st_spare5: i64,
pub st_spare6: i64,
}
Fields§
§st_dev: i64
§st_ino: i64
§st_mode: i64
§st_nlink: i64
§st_uid: i64
§st_gid: i64
§st_rdev: i64
§st_size: i64
§st_blksize: i64
§st_blocks: i64
§st_atime_sec: i64
§st_atime_nsec: i64
§st_mtime_sec: i64
§st_mtime_nsec: i64
§st_ctime_sec: i64
§st_ctime_nsec: i64
§st_spare1: i64
§st_spare2: i64
§st_spare3: i64
§st_spare4: i64
§st_spare5: i64
§st_spare6: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatNS
impl RefUnwindSafe for StatNS
impl Send for StatNS
impl Sync for StatNS
impl Unpin for StatNS
impl UnwindSafe for StatNS
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