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