Type Alias rustix::fs::StatxTimestamp
source · pub type StatxTimestamp = statx_timestamp;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: i32Trait Implementations
source§impl Clone for statx_timestamp
impl Clone for statx_timestamp
source§fn clone(&self) -> statx_timestamp
fn clone(&self) -> statx_timestamp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more