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