Struct gtk4::PrintJobBuilder [−][src]
pub struct PrintJobBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct PrintJob
objects.
Implementations
This is supported on Linux only.
This is supported on Linux only.
Create a new PrintJobBuilder
.
This is supported on Linux only.
This is supported on Linux only.
Page setup.
This is supported on Linux only.
This is supported on Linux only.
The printer to send the job to.
This is supported on Linux only.
This is supported on Linux only.
Printer settings.
This is supported on Linux only.
This is supported on Linux only.
The title of the print job.
This is supported on Linux only.
This is supported on Linux only.
true
if the print job will continue to emit status-changed
signals after the print data has been setn to the printer.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PrintJobBuilder
impl !Send for PrintJobBuilder
impl !Sync for PrintJobBuilder
impl Unpin for PrintJobBuilder
impl UnwindSafe for PrintJobBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more