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