libc

Type Alias 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 instead

Aliased 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 instead
ยงdenom: u32
๐Ÿ‘ŽDeprecated since 0.2.55: Use the mach2 crate instead