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