Struct gtk_sys::GtkFileChooserWidget [−][src]
#[repr(C)]pub struct GtkFileChooserWidget { pub parent_instance: GtkBox, pub priv_: *mut GtkFileChooserWidgetPrivate, }
Fields
parent_instance: GtkBoxpriv_: *mut GtkFileChooserWidgetPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkFileChooserWidgetimpl !Send for GtkFileChooserWidgetimpl !Sync for GtkFileChooserWidgetimpl Unpin for GtkFileChooserWidgetimpl UnwindSafe for GtkFileChooserWidgetBlanket Implementations
Mutably borrows from an owned value. Read more