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