pub type mach_timebase_info_data_t = mach_timebase_info;

Aliased Type§

struct mach_timebase_info_data_t {
    pub numer: u32,
    pub denom: u32,
}

Fields§

§numer: u32§denom: u32