Type Alias libc::mach_timebase_info_data_t
source · 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