Struct libc::itimerval
[−]
[src]
#[repr(C)]pub struct itimerval { pub it_interval: timeval, pub it_value: timeval, }
Fields
it_interval: timeval
it_value: timeval
Trait Implementations
impl Copy for itimerval
[src]
impl Clone for itimerval
[src]
fn clone(&self) -> itimerval
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more