#[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§
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more