#[repr(transparent)]pub struct Timex(pub timex);Expand description
A safe wrapper over libc::timex.
Default returns a fully zero-initialized struct, which is the
documented way to prepare a timex before calling adjtimex or
similar (a zero modes field means a read-only query).
Tuple Fields§
§0: timexImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Timex
impl RefUnwindSafe for Timex
impl Send for Timex
impl Sync for Timex
impl Unpin for Timex
impl UnsafeUnpin 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