Enum gtk_sys::GtkPrintOperationAction
[−]
[src]
#[repr(C)]pub enum GtkPrintOperationAction { PrintDialog, Print, Preview, Export, }
Variants
PrintDialog
Print
Preview
Export
Trait Implementations
impl Clone for GtkPrintOperationAction
[src]
fn clone(&self) -> GtkPrintOperationAction
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