Struct gtk_sys::GtkAppChooserWidget [] [src]

#[repr(C)]
pub struct GtkAppChooserWidget { pub parent: GtkBox, pub priv_: *mut GtkAppChooserWidgetPrivate, }

Fields

Trait Implementations

impl Copy for GtkAppChooserWidget
[src]

impl Clone for GtkAppChooserWidget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkAppChooserWidget
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations