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