Struct gtk_sys::GtkAppChooserDialog [−][src]
#[repr(C)]pub struct GtkAppChooserDialog { pub parent: GtkDialog, pub priv_: *mut GtkAppChooserDialogPrivate, }
Fields
parent: GtkDialog
priv_: *mut GtkAppChooserDialogPrivate
Trait Implementations
impl Copy for GtkAppChooserDialog
[src]
impl Copy for GtkAppChooserDialog
impl Clone for GtkAppChooserDialog
[src]
impl Clone for GtkAppChooserDialog
fn clone(&self) -> GtkAppChooserDialog
[src]
fn clone(&self) -> GtkAppChooserDialog
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkAppChooserDialog
[src]
impl Debug for GtkAppChooserDialog
Auto Trait Implementations
impl !Send for GtkAppChooserDialog
impl !Send for GtkAppChooserDialog
impl !Sync for GtkAppChooserDialog
impl !Sync for GtkAppChooserDialog