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