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 moresource§impl Debug for statx_timestamp
 
impl Debug for statx_timestamp
source§impl Hash for statx_timestamp
 
impl Hash for statx_timestamp
source§impl PartialEq<statx_timestamp> for statx_timestamp
 
impl PartialEq<statx_timestamp> for statx_timestamp
source§fn eq(&self, other: &statx_timestamp) -> bool
 
fn eq(&self, other: &statx_timestamp) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.