Type Alias StatxTimestamp

Source
pub type StatxTimestamp = statx_timestamp;
Expand description

struct statx_timestamp for use with Statx.

Aliased Type§

#[repr(C)]
pub struct StatxTimestamp { pub tv_sec: i64, pub tv_nsec: u32, pub __reserved: i32, }

Fields§

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

Trait Implementations

Source§

impl Clone for statx_timestamp

Source§

fn clone(&self) -> statx_timestamp

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for statx_timestamp

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Copy for statx_timestamp