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: i64Trait Implementations§
source§impl Clone for ntptimeval
 
impl Clone for ntptimeval
source§fn clone(&self) -> ntptimeval
 
fn clone(&self) -> ntptimeval
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more