[−][src]Struct gtk_sys::GtkPrintOperationClass
Fields
parent_class: GObjectClassdone: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: GtkPrintOperationResult)>begin_print: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext)>paginate: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext) -> gboolean>request_page_setup: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext, _: c_int, _: *mut GtkPageSetup)>draw_page: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext, _: c_int)>end_print: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext)>status_changed: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation)>create_custom_widget: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation) -> *mut GtkWidget>custom_widget_apply: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkWidget)>preview: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintOperationPreview, _: *mut GtkPrintContext, _: *mut GtkWindow) -> gboolean>update_custom_widget: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkWidget, _: *mut GtkPageSetup, _: *mut GtkPrintSettings)>_gtk_reserved1: Option<unsafe extern "C" fn()>_gtk_reserved2: Option<unsafe extern "C" fn()>_gtk_reserved3: Option<unsafe extern "C" fn()>_gtk_reserved4: Option<unsafe extern "C" fn()>_gtk_reserved5: Option<unsafe extern "C" fn()>_gtk_reserved6: Option<unsafe extern "C" fn()>_gtk_reserved7: Option<unsafe extern "C" fn()>_gtk_reserved8: Option<unsafe extern "C" fn()>Trait Implementations
impl Clone for GtkPrintOperationClass[src]
fn clone(&self) -> GtkPrintOperationClass[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for GtkPrintOperationClass[src]
impl Debug for GtkPrintOperationClass[src]
Auto Trait Implementations
impl RefUnwindSafe for GtkPrintOperationClass
impl !Send for GtkPrintOperationClass
impl !Sync for GtkPrintOperationClass
impl Unpin for GtkPrintOperationClass
impl UnwindSafe for GtkPrintOperationClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,