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: ::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
Trait Implementations
impl Clone for ntptimeval
fn clone(&Self) -> ntptimeval
impl Copy for ntptimeval
impl Debug for ntptimeval
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for ntptimeval
impl Hash for ntptimeval
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<ntptimeval> for ntptimeval
fn eq(&Self, other: &ntptimeval) -> bool
fn ne(&Self, other: &ntptimeval) -> bool
impl StructuralEq for ntptimeval
impl StructuralPartialEq for ntptimeval
Auto Trait Implementations
impl RefUnwindSafe for ntptimeval
impl Send for ntptimeval
impl Sync for ntptimeval
impl Unpin for ntptimeval
impl UnwindSafe for ntptimeval
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T