pub struct stat_t {Show 16 fields
pub st_dev: usize,
pub st_ino: usize,
pub st_nlink: usize,
pub st_mode: u32,
pub st_uid: u32,
pub st_gid: u32,
pub st_rdev: usize,
pub st_size: isize,
pub st_blksize: isize,
pub st_blocks: isize,
pub st_atime: usize,
pub st_atime_nsec: usize,
pub st_mtime: usize,
pub st_mtime_nsec: usize,
pub st_ctime: usize,
pub st_ctime_nsec: usize,
/* private fields */
}Fields§
§st_dev: usize§st_ino: usize§st_nlink: usize§st_mode: u32§st_uid: u32§st_gid: u32§st_rdev: usize§st_size: isize§st_blksize: isize§st_blocks: isizeNumber 512-byte blocks allocated.
st_atime: usize§st_atime_nsec: usize§st_mtime: usize§st_mtime_nsec: usize§st_ctime: usize§st_ctime_nsec: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for stat_t
impl RefUnwindSafe for stat_t
impl Send for stat_t
impl Sync for stat_t
impl Unpin for stat_t
impl UnwindSafe for stat_t
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