Enum gtk_sys::GtkPrintOperationResult
[−]
[src]
#[repr(C)]pub enum GtkPrintOperationResult { Error, Apply, Cancel, InProgress, }
Variants
Error
Apply
Cancel
InProgress
Trait Implementations
impl Clone for GtkPrintOperationResult
[src]
fn clone(&self) -> GtkPrintOperationResult
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