Struct linux_api::time::itimerspec [] [src]

#[repr(C)]
pub struct itimerspec { pub it_interval: timespec, pub it_value: timespec, }

An interval timer based on a timespec

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 itimerspec
[src]

Formats the value using the given formatter.

impl Clone for itimerspec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for itimerspec
[src]