#[repr(C)]pub struct GtkSourcePrintCompositorClass {
pub parent_class: GObjectClass,
pub _gtk_source_reserved1: Option<unsafe extern "C" fn()>,
pub _gtk_source_reserved2: Option<unsafe extern "C" fn()>,
}
Fields§
§parent_class: GObjectClass
§_gtk_source_reserved1: Option<unsafe extern "C" fn()>
§_gtk_source_reserved2: Option<unsafe extern "C" fn()>
Trait Implementations§
Source§impl Clone for GtkSourcePrintCompositorClass
impl Clone for GtkSourcePrintCompositorClass
Source§fn clone(&self) -> GtkSourcePrintCompositorClass
fn clone(&self) -> GtkSourcePrintCompositorClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GtkSourcePrintCompositorClass
Auto Trait Implementations§
impl Freeze for GtkSourcePrintCompositorClass
impl RefUnwindSafe for GtkSourcePrintCompositorClass
impl !Send for GtkSourcePrintCompositorClass
impl !Sync for GtkSourcePrintCompositorClass
impl Unpin for GtkSourcePrintCompositorClass
impl UnwindSafe for GtkSourcePrintCompositorClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more