Struct gtk_sys::GtkComboBox[][src]

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

Fields

Trait Implementations

impl Copy for GtkComboBox
[src]

impl Clone for GtkComboBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkComboBox
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkComboBox

impl !Sync for GtkComboBox