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