Skip to main content

Module flags

Module flags 

Source
Expand description

IPP printer-state-reasons bit flags (PWG 5101.1 keywords).

Structs§

PrinterReason
printer-state-reasons flags. Use PrinterReason::empty for “no reasons”; do NOT define a NONE = 0 constant — bitflags .contains(zero) is always true, making it a footgun.

Type Aliases§

PrinterReasonRaw
Underlying integer representation for PrinterReason.