Struct gtk4_sys::GtkConstraintLayoutChildClass
source · #[repr(C)]pub struct GtkConstraintLayoutChildClass {
pub parent_class: GtkLayoutChildClass,
}
Fields§
§parent_class: GtkLayoutChildClass
Trait 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 more