[−][src]Struct libc::stat
Fields
st_dev: dev_t
st_mode: mode_t
st_nlink: nlink_t
st_ino: ino_t
st_uid: uid_t
st_gid: gid_t
st_rdev: dev_t
st_atime: time_t
st_atime_nsec: c_long
st_mtime: time_t
st_mtime_nsec: c_long
st_ctime: time_t
st_ctime_nsec: c_long
st_birthtime: time_t
st_birthtime_nsec: c_long
st_size: off_t
st_blocks: blkcnt_t
st_blksize: blksize_t
st_flags: u32
st_gen: u32
st_lspare: i32
st_qspare: [i64; 2]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,