Struct gtk_sys::GtkFileChooserWidget[][src]

#[repr(C)]
pub struct GtkFileChooserWidget { pub parent_instance: GtkBox, pub priv_: *mut GtkFileChooserWidgetPrivate, }

Fields

Trait Implementations

impl Copy for GtkFileChooserWidget
[src]

impl Clone for GtkFileChooserWidget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkFileChooserWidget
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkFileChooserWidget

impl !Sync for GtkFileChooserWidget