Skip to main content

CAFrameRateRangeMake

Function CAFrameRateRangeMake 

Source
pub 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.