#[repr(C)]pub struct FileStat {Show 16 fields
pub st_dev: u64,
pub st_ino: u64,
pub st_nlink: u64,
pub st_mode: u32,
pub st_uid: u32,
pub st_gid: u32,
pub st_rdev: u64,
pub st_size: i64,
pub st_blksize: i64,
pub st_blocks: i64,
pub st_atime: i64,
pub st_atime_nsec: i64,
pub st_mtime: i64,
pub st_mtime_nsec: i64,
pub st_ctime: i64,
pub st_ctime_nsec: i64,
/* private fields */
}
Fields
st_dev: u64
st_ino: u64
st_nlink: u64
st_mode: u32
st_uid: u32
st_gid: u32
st_rdev: u64
st_size: i64
st_blksize: i64
st_blocks: i64
st_atime: i64
st_atime_nsec: i64
st_mtime: i64
st_mtime_nsec: i64
st_ctime: i64
st_ctime_nsec: i64
Trait Implementations
impl Copy for stat
impl Eq for stat
impl StructuralEq for stat
impl StructuralPartialEq for stat
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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