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