Struct gtk_sys::GtkAppChooserDialogClass
source · [−]#[repr(C)]pub struct GtkAppChooserDialogClass {
pub parent_class: GtkDialogClass,
pub padding: [gpointer; 16],
}
Fields
parent_class: GtkDialogClass
padding: [gpointer; 16]
Trait Implementations
sourceimpl Clone for GtkAppChooserDialogClass
impl Clone for GtkAppChooserDialogClass
sourcefn clone(&self) -> GtkAppChooserDialogClass
fn clone(&self) -> GtkAppChooserDialogClass
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 GtkAppChooserDialogClass
impl Debug for GtkAppChooserDialogClass
impl Copy for GtkAppChooserDialogClass
Auto Trait Implementations
impl RefUnwindSafe for GtkAppChooserDialogClass
impl !Send for GtkAppChooserDialogClass
impl !Sync for GtkAppChooserDialogClass
impl Unpin for GtkAppChooserDialogClass
impl UnwindSafe for GtkAppChooserDialogClass
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