#[repr(C)]pub struct timex {Show 17 fields
pub modes: c_uint,
pub offset: c_long,
pub freq: c_long,
pub maxerror: c_long,
pub esterror: c_long,
pub status: c_int,
pub constant: c_long,
pub precision: c_long,
pub tolerance: c_long,
pub ppsfreq: c_long,
pub jitter: c_long,
pub shift: c_int,
pub stabil: c_long,
pub jitcnt: c_long,
pub calcnt: c_long,
pub errcnt: c_long,
pub stbcnt: c_long,
}
Fields
modes: c_uint
offset: c_long
freq: c_long
maxerror: c_long
esterror: c_long
status: c_int
constant: c_long
precision: c_long
tolerance: c_long
ppsfreq: c_long
jitter: c_long
shift: c_int
stabil: c_long
jitcnt: c_long
calcnt: c_long
errcnt: c_long
stbcnt: c_long
Trait Implementations
sourceimpl Hash for timex
impl Hash for timex
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Copy for timex
impl Eq for timex
impl StructuralEq for timex
impl StructuralPartialEq for timex
Auto Trait Implementations
impl RefUnwindSafe for timex
impl Send for timex
impl Sync for timex
impl Unpin for timex
impl UnwindSafe for timex
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more