Struct gtk4_sys::GtkInscriptionClass 
source · #[repr(C)]pub struct GtkInscriptionClass {
    pub parent_class: GtkWidgetClass,
}Fields§
§parent_class: GtkWidgetClassTrait Implementations§
source§impl Clone for GtkInscriptionClass
 
impl Clone for GtkInscriptionClass
source§fn clone(&self) -> GtkInscriptionClass
 
fn clone(&self) -> GtkInscriptionClass
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 moresource§impl Debug for GtkInscriptionClass
 
impl Debug for GtkInscriptionClass
impl Copy for GtkInscriptionClass
Auto Trait Implementations§
impl RefUnwindSafe for GtkInscriptionClass
impl !Send for GtkInscriptionClass
impl !Sync for GtkInscriptionClass
impl Unpin for GtkInscriptionClass
impl UnwindSafe for GtkInscriptionClass
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