devela::_dep::rustix::time

Type Alias Itimerspec

pub type Itimerspec = __kernel_itimerspec;
Available on crate feature dep_rustix only.
Expand description

struct itimerspec for use with timerfd_gettime and timerfd_settime.

Aliased Type§

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

Fields§

§it_interval: __kernel_timespec§it_value: __kernel_timespec