#[repr(C)]pub struct itimerval {
pub it_interval: timeval,
pub it_value: timeval,
}๐Deprecated
Expand description
See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html.
ยงDeprecation
The itimerval struct was marked obsolescent in the Open Group Base
Specifications Issue 7, and removed in Issue 8.
Fieldsยง
ยงit_interval: timeval๐Deprecated
ยงit_value: timeval๐Deprecated
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for itimerval
impl RefUnwindSafe for itimerval
impl Send for itimerval
impl Sync for itimerval
impl Unpin for itimerval
impl UnsafeUnpin for itimerval
impl UnwindSafe for itimerval
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