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