Struct gtk4_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
Auto Trait Implementations
impl RefUnwindSafe for GtkPrintOperation
impl !Send for GtkPrintOperation
impl !Sync for GtkPrintOperation
impl Unpin for GtkPrintOperation
impl UnwindSafe for GtkPrintOperation
Blanket Implementations
Mutably borrows from an owned value. Read more