PMGetScale

Function PMGetScale 

Source
pub unsafe extern "C-unwind" fn PMGetScale(
    page_format: PMPageFormat,
    scale: NonNull<c_double>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • page_format must be a valid pointer.
  • scale must be a valid pointer.