Struct gtk4::PrinterBuilder [−][src]
pub struct PrinterBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct Printer
objects.
Implementations
This is supported on Linux only.
This is supported on Linux only.
Create a new PrinterBuilder
.
This is supported on Linux only.
This is supported on Linux only.
true
if this printer can accept PDF.
This is supported on Linux only.
This is supported on Linux only.
true
if this printer can accept PostScript.
This is supported on Linux only.
This is supported on Linux only.
false
if this represents a real hardware device.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PrinterBuilder
impl Send for PrinterBuilder
impl Sync for PrinterBuilder
impl Unpin for PrinterBuilder
impl UnwindSafe for PrinterBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more