#[repr(C)]pub struct GtkAppChooserDialogClass {
pub parent_class: GtkDialogClass,
pub padding: [gpointer; 16],
}Fields§
§parent_class: GtkDialogClass§padding: [gpointer; 16]Trait Implementations§
Source§impl Clone for GtkAppChooserDialogClass
impl Clone for GtkAppChooserDialogClass
Source§fn clone(&self) -> GtkAppChooserDialogClass
fn clone(&self) -> GtkAppChooserDialogClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkAppChooserDialogClass
Auto Trait Implementations§
impl !Send for GtkAppChooserDialogClass
impl !Sync for GtkAppChooserDialogClass
impl Freeze for GtkAppChooserDialogClass
impl RefUnwindSafe for GtkAppChooserDialogClass
impl Unpin for GtkAppChooserDialogClass
impl UnsafeUnpin for GtkAppChooserDialogClass
impl UnwindSafe for GtkAppChooserDialogClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more