#[repr(C)]pub struct linux___kernel_old_itimerval {
    pub it_interval: linux___kernel_old_timeval,
    pub it_value: linux___kernel_old_timeval,
}Fields§
§it_interval: linux___kernel_old_timeval§it_value: linux___kernel_old_timevalTrait Implementations§
Source§impl Clone for linux___kernel_old_itimerval
 
impl Clone for linux___kernel_old_itimerval
Source§fn clone(&self) -> linux___kernel_old_itimerval
 
fn clone(&self) -> linux___kernel_old_itimerval
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for linux___kernel_old_itimerval
 
impl Debug for linux___kernel_old_itimerval
Source§impl PartialEq for linux___kernel_old_itimerval
 
impl PartialEq for linux___kernel_old_itimerval
Source§fn eq(&self, other: &linux___kernel_old_itimerval) -> bool
 
fn eq(&self, other: &linux___kernel_old_itimerval) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl Copy for linux___kernel_old_itimerval
impl Eq for linux___kernel_old_itimerval
impl StructuralPartialEq for linux___kernel_old_itimerval
Auto Trait Implementations§
impl Freeze for linux___kernel_old_itimerval
impl RefUnwindSafe for linux___kernel_old_itimerval
impl Send for linux___kernel_old_itimerval
impl Sync for linux___kernel_old_itimerval
impl Unpin for linux___kernel_old_itimerval
impl UnwindSafe for linux___kernel_old_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