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