Struct libc::ntptimeval [−][src]
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
impl Clone for ntptimeval
[src][+]
impl Copy for ntptimeval
[src]
impl Debug for ntptimeval
[src][+]
impl Eq for ntptimeval
[src]
impl Hash for ntptimeval
[src][+]
impl PartialEq<ntptimeval> for ntptimeval
[src][+]
impl StructuralEq for ntptimeval
[src]
impl StructuralPartialEq for ntptimeval
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,