Struct gtk_sys::GtkFileChooserWidget
source · #[repr(C)]pub struct GtkFileChooserWidget {
pub parent_instance: GtkBox,
pub priv_: *mut GtkFileChooserWidgetPrivate,
}
Fields§
§parent_instance: GtkBox
§priv_: *mut GtkFileChooserWidgetPrivate
Trait Implementations§
source§impl Clone for GtkFileChooserWidget
impl Clone for GtkFileChooserWidget
source§fn clone(&self) -> GtkFileChooserWidget
fn clone(&self) -> GtkFileChooserWidget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more