Struct linux_api::time::itimerval [] [src]

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

An interval timer based on a timeval

Fields

The period of time this timer should run for (Need to verify)

The amount of time left until expiration (Need to verify)

Trait Implementations

impl Debug for itimerval
[src]

Formats the value using the given formatter.

impl Clone for itimerval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for itimerval
[src]