Struct gtk_sys::GtkAppChooserWidget [−][src]
#[repr(C)]pub struct GtkAppChooserWidget { pub parent: GtkBox, pub priv_: *mut GtkAppChooserWidgetPrivate, }
Fields
parent: GtkBox
priv_: *mut GtkAppChooserWidgetPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAppChooserWidget
impl !Send for GtkAppChooserWidget
impl !Sync for GtkAppChooserWidget
impl Unpin for GtkAppChooserWidget
impl UnwindSafe for GtkAppChooserWidget
Blanket Implementations
Mutably borrows from an owned value. Read more