Struct gtk_sys::GtkAppChooserWidgetClass
source · [−]#[repr(C)]pub struct GtkAppChooserWidgetClass {
pub parent_class: GtkBoxClass,
pub application_selected: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GAppInfo)>,
pub application_activated: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GAppInfo)>,
pub populate_popup: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GtkMenu, _: *mut GAppInfo)>,
pub padding: [gpointer; 16],
}
Fields
parent_class: GtkBoxClass
application_selected: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GAppInfo)>
application_activated: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GAppInfo)>
populate_popup: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GtkMenu, _: *mut GAppInfo)>
padding: [gpointer; 16]
Trait Implementations
sourceimpl Clone for GtkAppChooserWidgetClass
impl Clone for GtkAppChooserWidgetClass
sourcefn clone(&self) -> GtkAppChooserWidgetClass
fn clone(&self) -> GtkAppChooserWidgetClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GtkAppChooserWidgetClass
impl Debug for GtkAppChooserWidgetClass
impl Copy for GtkAppChooserWidgetClass
Auto Trait Implementations
impl RefUnwindSafe for GtkAppChooserWidgetClass
impl !Send for GtkAppChooserWidgetClass
impl !Sync for GtkAppChooserWidgetClass
impl Unpin for GtkAppChooserWidgetClass
impl UnwindSafe for GtkAppChooserWidgetClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more