[][src]Struct linux::kty::timex

#[repr(C)]
pub struct timex { pub modes: c_uint, pub offset: __kernel_long_t, pub freq: __kernel_long_t, pub maxerror: __kernel_long_t, pub esterror: __kernel_long_t, pub status: c_int, pub constant: __kernel_long_t, pub precision: __kernel_long_t, pub tolerance: __kernel_long_t, pub time: timeval, pub tick: __kernel_long_t, pub ppsfreq: __kernel_long_t, pub jitter: __kernel_long_t, pub shift: c_int, pub stabil: __kernel_long_t, pub jitcnt: __kernel_long_t, pub calcnt: __kernel_long_t, pub errcnt: __kernel_long_t, pub stbcnt: __kernel_long_t, pub tai: c_int, pub _unused: [u32; 11], }

Fields

modes: c_uintoffset: __kernel_long_tfreq: __kernel_long_tmaxerror: __kernel_long_testerror: __kernel_long_tstatus: c_intconstant: __kernel_long_tprecision: __kernel_long_ttolerance: __kernel_long_ttime: timevaltick: __kernel_long_tppsfreq: __kernel_long_tjitter: __kernel_long_tshift: c_intstabil: __kernel_long_tjitcnt: __kernel_long_tcalcnt: __kernel_long_terrcnt: __kernel_long_tstbcnt: __kernel_long_ttai: c_int_unused: [u32; 11]

Trait Implementations

impl Pod for timex[src]

impl Eq for timex[src]

impl Clone for timex[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<timex> for timex[src]

impl Copy for timex[src]

Auto Trait Implementations

impl Send for timex

impl Sync for timex

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]