Struct libc::statx_timestamp
source · #[repr(C)]pub struct statx_timestamp {
pub tv_sec: i64,
pub tv_nsec: u32,
pub __statx_timestamp_pad1: [i32; 1],
}
Fields§
§tv_sec: i64
§tv_nsec: u32
§__statx_timestamp_pad1: [i32; 1]
Trait 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