Struct libc::statx_timestamp [−][src]
#[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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.