Struct libc::ntptimeval
#[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
pub time: ::timevalpub maxerror: ::c_longpub esterror: ::c_longpub tai: ::c_longpub __glibc_reserved1: ::c_longpub __glibc_reserved2: ::c_longpub __glibc_reserved3: ::c_longpub __glibc_reserved4: ::c_longTrait Implementations
impl Clone for ntptimeval
fn clone(&Self) -> ntptimevalimpl Copy for ntptimevalimpl Debug for ntptimeval
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for ntptimevalimpl Hash for ntptimeval
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<ntptimeval> for ntptimeval
fn eq(&Self, other: &ntptimeval) -> boolfn ne(&Self, other: &ntptimeval) -> boolimpl StructuralEq for ntptimevalimpl StructuralPartialEq for ntptimevalAuto Trait Implementations
impl RefUnwindSafe for ntptimevalimpl Send for ntptimevalimpl Sync for ntptimevalimpl Unpin for ntptimevalimpl UnwindSafe for ntptimevalBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T