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