mach_timebase_info_data_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(OSX)
extern (C) nothrow @nogc
struct mach_timebase_info_data_t {}

Members

Variables

denom
uint denom;
Undocumented in source.
numer
uint numer;
Undocumented in source.

Meta