Struct gtk4_sys::GtkConstraintLayoutChildClass [−][src]
#[repr(C)]pub struct GtkConstraintLayoutChildClass {
pub parent_class: GtkLayoutChildClass,
}
Fields
parent_class: GtkLayoutChildClass
Trait Implementations
Auto Trait Implementations
impl !Send for GtkConstraintLayoutChildClass
impl !Sync for GtkConstraintLayoutChildClass
impl Unpin for GtkConstraintLayoutChildClass
impl UnwindSafe for GtkConstraintLayoutChildClass
Blanket Implementations
Mutably borrows from an owned value. Read more