CAFrameRateRangeMake

Function CAFrameRateRangeMake 

Source
pub unsafe extern "C-unwind" fn CAFrameRateRangeMake(
    minimum: c_float,
    maximum: c_float,
    preferred: c_float,
) -> CAFrameRateRange
👎Deprecated: renamed to CAFrameRateRange::new
Available on crate feature CAFrameRateRange only.