Module Posix_time2.Itimerspec

type t = {
  1. it_interval : Timespec.t;
  2. it_value : Timespec.t;
}