Struct libc::itimerval [] [src]

#[repr(C)]
pub struct itimerval { pub it_interval: timeval, pub it_value: timeval, }

Fields

Trait Implementations

impl Copy for itimerval
[src]

impl Clone for itimerval
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for itimerval

impl Sync for itimerval