Type Alias rustix::time::Itimerspec

source ·
pub type Itimerspec = itimerspec;
Available on crate feature time only.
Expand description

struct itimerspec for use with timerfd_gettime and timerfd_settime.

Aliased Type§

struct Itimerspec {
    pub it_interval: timespec,
    pub it_value: timespec,
}

Fields§

§it_interval: timespec§it_value: timespec