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
  2. struct itimerspec
    version(!linux && !darwin && FreeBSD)
    extern (C)
    struct itimerspec {}
  3. struct itimerspec

Members

Variables

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

Meta