#[repr(C)]pub struct stat {Show 19 fields
pub st_dev: dev_t,
pub st_ino: ino_t,
pub st_mode: mode_t,
pub st_nlink: nlink_t,
pub st_uid: uid_t,
pub st_gid: gid_t,
pub st_size: off_t,
pub st_rdev: dev_t,
pub st_blksize: blksize_t,
pub st_atime: time_t,
pub st_atime_nsec: c_long,
pub st_mtime: time_t,
pub st_mtime_nsec: c_long,
pub st_ctime: time_t,
pub st_ctime_nsec: c_long,
pub st_crtime: time_t,
pub st_crtime_nsec: c_long,
pub st_type: u32,
pub st_blocks: blkcnt_t,
}
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
libc
crate on crates.io should be used instead for the correct definitionsFields§
§st_dev: dev_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_ino: ino_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_mode: mode_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_nlink: nlink_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_uid: uid_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_gid: gid_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_size: off_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_rdev: dev_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_blksize: blksize_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_atime: time_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_atime_nsec: c_long
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_mtime: time_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_mtime_nsec: c_long
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_ctime: time_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_ctime_nsec: c_long
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_crtime: time_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_crtime_nsec: c_long
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_type: u32
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
§libc
crate on crates.io should be used instead for the correct definitionsst_blocks: blkcnt_t
👎Deprecated since 1.53.0: these type aliases are no longer supported by the standard library, the
libc
crate on crates.io should be used instead for the correct definitions