Struct sourceview5_sys::GtkSourcePrintCompositor
source · [−]#[repr(C)]pub struct GtkSourcePrintCompositor {
pub parent_instance: GObject,
}Fields
parent_instance: GObjectTrait Implementations
sourceimpl Clone for GtkSourcePrintCompositor
impl Clone for GtkSourcePrintCompositor
sourcefn clone(&self) -> GtkSourcePrintCompositor
fn clone(&self) -> GtkSourcePrintCompositor
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 GtkSourcePrintCompositor
impl Debug for GtkSourcePrintCompositor
impl Copy for GtkSourcePrintCompositor
Auto Trait Implementations
impl RefUnwindSafe for GtkSourcePrintCompositor
impl !Send for GtkSourcePrintCompositor
impl !Sync for GtkSourcePrintCompositor
impl Unpin for GtkSourcePrintCompositor
impl UnwindSafe for GtkSourcePrintCompositor
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