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