Enum gtk_sys::GtkPrintStatus [] [src]

pub enum GtkPrintStatus {
    Initial,
    Preparing,
    GeneratingData,
    SendingData,
    Pending,
    PendingIssue,
    Printing,
    Finished,
    FinishedAborted,
}

Variants

Trait Implementations

impl Clone for GtkPrintStatus
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkPrintStatus
[src]

impl Debug for GtkPrintStatus
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkPrintStatus
[src]

impl PartialEq for GtkPrintStatus
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.