Struct gtk_sys::GtkAppChooserButton[][src]

#[repr(C)]
pub struct GtkAppChooserButton { pub parent: GtkComboBox, pub priv_: *mut GtkAppChooserButtonPrivate, }

Fields

Trait Implementations

impl Copy for GtkAppChooserButton
[src]

impl Clone for GtkAppChooserButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAppChooserButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkAppChooserButton

impl !Sync for GtkAppChooserButton