#[repr(C)]pub struct GtkSourcePrintCompositorClass {
pub parent_class: GObjectClass,
pub _reserved: [gpointer; 10],
}Fields
parent_class: GObjectClass_reserved: [gpointer; 10]Trait Implementations
sourceimpl Clone for GtkSourcePrintCompositorClass
impl Clone for GtkSourcePrintCompositorClass
sourcefn clone(&self) -> GtkSourcePrintCompositorClass
fn clone(&self) -> GtkSourcePrintCompositorClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GtkSourcePrintCompositorClass
impl Debug for GtkSourcePrintCompositorClass
impl Copy for GtkSourcePrintCompositorClass
Auto Trait Implementations
impl RefUnwindSafe for GtkSourcePrintCompositorClass
impl !Send for GtkSourcePrintCompositorClass
impl !Sync for GtkSourcePrintCompositorClass
impl Unpin for GtkSourcePrintCompositorClass
impl UnwindSafe for GtkSourcePrintCompositorClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more