Struct libc::stat
[−]
[src]
pub struct stat { pub st_dev: dev_t, pub st_ino: ino_t, pub st_mode: u16, pub st_nlink: c_short, pub st_uid: c_short, pub st_gid: c_short, pub st_rdev: dev_t, pub st_size: i64, pub st_atime: time64_t, pub st_mtime: time64_t, pub st_ctime: time64_t, }
Unstable (
libc
): use libc
from crates.io
Fields
st_dev | Unstable ( libc ): use |
st_ino | Unstable ( libc ): use |
st_mode | Unstable ( libc ): use |
st_nlink | Unstable ( libc ): use |
st_uid | Unstable ( libc ): use |
st_gid | Unstable ( libc ): use |
st_rdev | Unstable ( libc ): use |
st_size | Unstable ( libc ): use |
st_atime | Unstable ( libc ): use |
st_mtime | Unstable ( libc ): use |
st_ctime | Unstable ( libc ): use |