PMGetDuplex

Function PMGetDuplex 

Source
pub unsafe extern "C-unwind" fn PMGetDuplex(
    print_settings: PMPrintSettings,
    duplex_setting: NonNull<PMDuplexMode>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • print_settings must be a valid pointer.
  • duplex_setting must be a valid pointer.