#[repr(C)]pub struct ClapperGtkTitleLabelClass {
pub parent_class: GtkWidgetClass,
}Fields§
§parent_class: GtkWidgetClassTrait Implementations§
Source§impl Clone for ClapperGtkTitleLabelClass
impl Clone for ClapperGtkTitleLabelClass
Source§fn clone(&self) -> ClapperGtkTitleLabelClass
fn clone(&self) -> ClapperGtkTitleLabelClass
Returns a duplicate 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 ClapperGtkTitleLabelClass
impl Debug for ClapperGtkTitleLabelClass
impl Copy for ClapperGtkTitleLabelClass
Auto Trait Implementations§
impl Freeze for ClapperGtkTitleLabelClass
impl RefUnwindSafe for ClapperGtkTitleLabelClass
impl !Send for ClapperGtkTitleLabelClass
impl !Sync for ClapperGtkTitleLabelClass
impl Unpin for ClapperGtkTitleLabelClass
impl UnsafeUnpin for ClapperGtkTitleLabelClass
impl UnwindSafe for ClapperGtkTitleLabelClass
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