Struct gtk4_sys::GtkFileChooserNativeClass
source · #[repr(C)]pub struct GtkFileChooserNativeClass {
pub parent_class: GtkNativeDialogClass,
}
Fields§
§parent_class: GtkNativeDialogClass
Trait Implementations§
source§impl Clone for GtkFileChooserNativeClass
impl Clone for GtkFileChooserNativeClass
source§fn clone(&self) -> GtkFileChooserNativeClass
fn clone(&self) -> GtkFileChooserNativeClass
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