[]Struct std::os::linux::raw::stat

#[repr(C)]
pub struct stat {
    pub st_dev: u64,
    pub st_ino: 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: i64,
    pub st_atime_nsec: i64,
    pub st_mtime: i64,
    pub st_mtime_nsec: i64,
    pub st_ctime: i64,
    pub st_ctime_nsec: i64,
    // some fields omitted
}
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.

Fields

st_dev: u64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_ino: u64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_mode: u32
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_nlink: u32
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_uid: u32
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_gid: u32
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_rdev: u64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_size: i64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_blksize: i32
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_blocks: i64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_atime: i64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_atime_nsec: i64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_mtime: i64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_mtime_nsec: i64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_ctime: i64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.
st_ctime_nsec: i64
⚙️ This is an internal compiler API. (rustc_private #27812)

This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml.

This is supported on Linux only.