#[repr(C)]pub struct clockinfo {
pub hz: c_int,
pub tick: c_int,
pub spare: c_int,
pub stathz: c_int,
pub profhz: c_int,
}Fields§
§hz: c_intclock frequency
tick: c_intmicro-seconds per hz tick
spare: c_int§stathz: c_intstatistics clock frequency
profhz: c_intprofiling clock frequency
Trait Implementations§
Auto Trait Implementations§
impl Freeze for clockinfo
impl RefUnwindSafe for clockinfo
impl Send for clockinfo
impl Sync for clockinfo
impl Unpin for clockinfo
impl UnwindSafe for clockinfo
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