pub type mach_timebase_info_data_t = mach_timebase_info;๐Deprecated since 0.2.55: Use the
mach2 crate insteadAliased 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 insteaddenom: u32๐Deprecated since 0.2.55: Use the
mach2 crate instead