Enum gtk4::PrintStatus [−][src]
#[non_exhaustive]
pub enum PrintStatus {
Initial,
Preparing,
GeneratingData,
SendingData,
Pending,
PendingIssue,
Printing,
Finished,
FinishedAborted,
// some variants omitted
}
Expand description
The status gives a rough indication of the completion of a running print operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
The printing has not started yet; this status is set initially, and while the print dialog is shown.
This status is set while the begin-print signal is emitted and during pagination.
This status is set while the pages are being rendered.
The print job is being sent off to the printer.
The print job has been sent to the printer, but is not printed for some reason, e.g. the printer may be stopped.
Some problem has occurred during printing, e.g. a paper jam.
The printer is processing the print job.
The printing has been completed successfully.
The printing has been aborted.
Trait Implementations
type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for PrintStatus
impl Send for PrintStatus
impl Sync for PrintStatus
impl Unpin for PrintStatus
impl UnwindSafe for PrintStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.