Struct libc::ntptimeval [−][src]
#[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
time: timevalmaxerror: c_longesterror: c_longtai: c_long__glibc_reserved1: c_long__glibc_reserved2: c_long__glibc_reserved3: c_long__glibc_reserved4: c_longTrait Implementations
impl Clone for ntptimeval[src]
impl Clone for ntptimeval[src]fn clone(&self) -> ntptimeval[src]
fn clone(&self) -> ntptimeval[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more