pub struct stat64 {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: i32,
pub st_blocks: i64,
pub st_atime: i32,
pub st_atime_nsec: i32,
pub st_mtime: i32,
pub st_mtime_nsec: i32,
pub st_ctime: i32,
pub st_ctime_nsec: i32,
pub st_ino: u64,
/* private fields */
}Fields
st_dev: u64st_mode: u32st_nlink: u32st_uid: u32st_gid: u32st_rdev: u64st_size: i64st_blksize: i32st_blocks: i64st_atime: i32st_atime_nsec: i32st_mtime: i32st_mtime_nsec: i32st_ctime: i32st_ctime_nsec: i32st_ino: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for stat64
impl Send for stat64
impl Sync for stat64
impl Unpin for stat64
impl UnwindSafe for stat64
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