Struct gtk4_sys::GtkInscriptionClass
source · [−]#[repr(C)]pub struct GtkInscriptionClass {
pub parent_class: GtkWidgetClass,
}
Fields
parent_class: GtkWidgetClass
Trait Implementations
sourceimpl Clone for GtkInscriptionClass
impl Clone for GtkInscriptionClass
sourcefn clone(&self) -> GtkInscriptionClass
fn clone(&self) -> GtkInscriptionClass
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 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
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