#[repr(C)]pub struct clockinfo {
pub hz: c_int,
pub tick: c_int,
pub tickadj: c_int,
pub stathz: c_int,
pub profhz: c_int,
}
Fields§
§hz: c_int
§tick: c_int
§tickadj: c_int
§stathz: c_int
§profhz: c_int
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