Struct gtk_sys::GtkFileChooserButton[][src]

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

Fields

Trait Implementations

impl Copy for GtkFileChooserButton
[src]

impl Clone for GtkFileChooserButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkFileChooserButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations