Enum gtk_sys::GtkPrintQuality [] [src]

pub enum GtkPrintQuality {
    Low,
    Normal,
    High,
    Draft,
}

Variants

Trait Implementations

impl Clone for GtkPrintQuality
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkPrintQuality
[src]

impl Debug for GtkPrintQuality
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkPrintQuality
[src]

impl PartialEq for GtkPrintQuality
[src]

[]

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

[]

This method tests for !=.