Struct libc::ntptimeval [−][src]
#[repr(C)]pub struct ntptimeval { pub time: timespec, pub maxerror: c_long, pub esterror: c_long, pub tai: c_long, pub time_state: c_int, }
Fields
time: timespec
maxerror: c_long
esterror: c_long
tai: c_long
time_state: c_int
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.