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