Struct gtk_sys::GtkFileChooserNativeClass
source · [−]#[repr(C)]pub struct GtkFileChooserNativeClass {
pub parent_class: GtkNativeDialogClass,
}
Fields
parent_class: GtkNativeDialogClass
Trait Implementations
sourceimpl Clone for GtkFileChooserNativeClass
impl Clone for GtkFileChooserNativeClass
sourcefn clone(&self) -> GtkFileChooserNativeClass
fn clone(&self) -> GtkFileChooserNativeClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkFileChooserNativeClass
impl Debug for GtkFileChooserNativeClass
impl Copy for GtkFileChooserNativeClass
Auto Trait Implementations
impl RefUnwindSafe for GtkFileChooserNativeClass
impl !Send for GtkFileChooserNativeClass
impl !Sync for GtkFileChooserNativeClass
impl Unpin for GtkFileChooserNativeClass
impl UnwindSafe for GtkFileChooserNativeClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more