PMGetOrientation

Function PMGetOrientation 

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

ยงSafety

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