Enum gtk_sys::GtkPrintStatus 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GtkPrintStatus { Initial, Preparing, GeneratingData, SendingData, Pending, PendingIssue, Printing, Finished, FinishedAborted, }
Variants
InitialPreparingGeneratingDataSendingDataPendingPendingIssuePrintingFinishedFinishedAbortedTrait Implementations
impl Clone for GtkPrintStatus[src]
fn clone(&self) -> GtkPrintStatus
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