Struct gtk_sys::GtkComboBox
source · [−]#[repr(C)]pub struct GtkComboBox {
pub parent_instance: GtkBin,
pub priv_: *mut GtkComboBoxPrivate,
}
Fields
parent_instance: GtkBin
priv_: *mut GtkComboBoxPrivate
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