itimerval

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct itimerval
  2. struct itimerval
    version(!linux && darwin)
    extern (C)
    struct itimerval {}
  3. struct itimerval
  4. struct itimerval

Members

Variables

it_interval
timeval it_interval;
Undocumented in source.
it_value
timeval it_value;
Undocumented in source.

Meta