Struct gtk_sys::GtkComboBoxText[][src]

#[repr(C)]
pub struct GtkComboBoxText { pub parent_instance: GtkComboBox, pub priv_: *mut GtkComboBoxTextPrivate, }

Fields

Trait Implementations

impl Copy for GtkComboBoxText
[src]

impl Clone for GtkComboBoxText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkComboBoxText
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations