itimerspec

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

Members

Variables

it_interval
timespec it_interval;
Undocumented in source.
it_value
timespec it_value;
Undocumented in source.

Meta