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