Struct openssl_sys::ntptimeval
source · [−]pub struct ntptimeval {
pub time: timeval,
pub maxerror: i64,
pub esterror: i64,
pub tai: i64,
pub __glibc_reserved1: i64,
pub __glibc_reserved2: i64,
pub __glibc_reserved3: i64,
pub __glibc_reserved4: i64,
}
Fields
time: timeval
maxerror: i64
esterror: i64
tai: i64
__glibc_reserved1: i64
__glibc_reserved2: i64
__glibc_reserved3: i64
__glibc_reserved4: i64
Trait Implementations
sourceimpl Clone for ntptimeval
impl Clone for ntptimeval
sourcefn clone(&self) -> ntptimeval
fn clone(&self) -> ntptimeval
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ntptimeval
impl Debug for ntptimeval
sourceimpl Hash for ntptimeval
impl Hash for ntptimeval
sourceimpl PartialEq<ntptimeval> for ntptimeval
impl PartialEq<ntptimeval> for ntptimeval
sourcefn eq(&self, other: &ntptimeval) -> bool
fn eq(&self, other: &ntptimeval) -> bool
impl Copy for ntptimeval
impl Eq for ntptimeval
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more