pub type mach_timebase_info_data_t = mach_timebase_info;๐Deprecated since 0.2.55:
Use the mach2 crate instead
Aliased Typeยง
#[repr(C)]pub struct mach_timebase_info_data_t {
pub numer: u32,
pub denom: u32,
}Fieldsยง
ยงnumer: u32๐Deprecated since 0.2.55:
ยงUse the mach2 crate instead
denom: u32๐Deprecated since 0.2.55:
Use the mach2 crate instead