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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkAppChooserButton
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations