Struct libc::itimerspec
#[repr(C)]
pub struct itimerspec {
pub it_interval: ::timespec,
pub it_value: ::timespec,
}Fields
pub it_interval: ::timespecpub it_value: ::timespecTrait Implementations
impl Clone for itimerspec
fn clone(&Self) -> itimerspecimpl Copy for itimerspecimpl Debug for itimerspec
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for itimerspecimpl Hash for itimerspec
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<itimerspec> for itimerspec
fn eq(&Self, other: &itimerspec) -> boolfn ne(&Self, other: &itimerspec) -> boolimpl StructuralEq for itimerspecimpl StructuralPartialEq for itimerspecAuto Trait Implementations
impl RefUnwindSafe for itimerspecimpl Send for itimerspecimpl Sync for itimerspecimpl Unpin for itimerspecimpl UnwindSafe for itimerspecBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T