Type Alias rustix::time::Itimerspec
source · pub type Itimerspec = __kernel_itimerspec;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