Struct gtk_sys::GtkPrintOperation
[−]
[src]
#[repr(C)]pub struct GtkPrintOperation { pub parent_instance: GObject, pub priv_: *mut GtkPrintOperationPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkPrintOperationPrivate
Trait Implementations
impl Copy for GtkPrintOperation
[src]
impl Clone for GtkPrintOperation
[src]
fn clone(&self) -> GtkPrintOperation
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more