Struct openssl_sys::ntptimeval
source · pub struct ntptimeval {
pub time: timeval,
pub maxerror: i32,
pub esterror: i32,
pub tai: i32,
pub __glibc_reserved1: i32,
pub __glibc_reserved2: i32,
pub __glibc_reserved3: i32,
pub __glibc_reserved4: i32,
}
Fields§
§time: timeval
§maxerror: i32
§esterror: i32
§tai: i32
§__glibc_reserved1: i32
§__glibc_reserved2: i32
§__glibc_reserved3: i32
§__glibc_reserved4: i32
Trait 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