Expand description
Per-printer configuration and runtime state.
Structs§
- Printer
Config - Static printer capabilities supplied by the consumer crate (typically
loaded from a config file). Carries everything the framework needs to
build the IPP
Get-Printer-Attributesresponse. - Printer
Handle - Borrowed view of a printer passed into
crate::RasterDrivercallbacks. - Printer
Record - Runtime printer entry in the server registry.
Enums§
- IppPrinter
State - IPP
printer-stateenum (RFC 8011 §5.4.11).
Type Aliases§
- Printer
Registry - Shared printer registry. Cheap to clone (it’s an
Arc).