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