#[repr(C)]pub struct Stat {Show 15 fields
pub st_dev: u64,
pub st_ino: u64,
pub st_mode: u16,
pub st_nlink: u32,
pub st_uid: u32,
pub st_gid: u32,
pub st_size: u64,
pub st_blksize: u32,
pub st_blocks: u64,
pub st_mtime: u64,
pub st_mtime_nsec: u32,
pub st_atime: u64,
pub st_atime_nsec: u32,
pub st_ctime: u64,
pub st_ctime_nsec: u32,
}Fields
st_dev: u64st_ino: u64st_mode: u16st_nlink: u32st_uid: u32st_gid: u32st_size: u64st_blksize: u32st_blocks: u64st_mtime: u64st_mtime_nsec: u32st_atime: u64st_atime_nsec: u32st_ctime: u64st_ctime_nsec: u32Trait Implementations
impl Copy 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 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