Enum gtk_sys::GtkPrintQuality
[−]
[src]
#[repr(C)]pub enum GtkPrintQuality { Low, Normal, High, Draft, }
Variants
Low
Normal
High
Draft
Trait Implementations
impl Clone for GtkPrintQuality
[src]
fn clone(&self) -> GtkPrintQuality
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more