rustix::fs

Type Alias StatxTimestamp

Source
pub type StatxTimestamp = statx_timestamp;
Available on crate feature fs only.
Expand description

struct statx_timestamp for use with Statx.

Aliased Type§

struct StatxTimestamp {
    pub tv_sec: i64,
    pub tv_nsec: u32,
    pub __reserved: i32,
}

Fields§

§tv_sec: i64§tv_nsec: u32§__reserved: i32

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes