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
Auto Trait Implementations
impl RefUnwindSafe for GtkAppChooserDialog
impl !Send for GtkAppChooserDialog
impl !Sync for GtkAppChooserDialog
impl Unpin for GtkAppChooserDialog
impl UnwindSafe for GtkAppChooserDialog
Blanket Implementations
Mutably borrows from an owned value. Read more