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