Struct gtk_sys::GtkAppChooserButtonClass
source · [−]#[repr(C)]pub struct GtkAppChooserButtonClass {
pub parent_class: GtkComboBoxClass,
pub custom_item_activated: Option<unsafe extern "C" fn(_: *mut GtkAppChooserButton, _: *const c_char)>,
pub padding: [gpointer; 16],
}
Fields
parent_class: GtkComboBoxClass
custom_item_activated: Option<unsafe extern "C" fn(_: *mut GtkAppChooserButton, _: *const c_char)>
padding: [gpointer; 16]
Trait Implementations
sourceimpl Clone for GtkAppChooserButtonClass
impl Clone for GtkAppChooserButtonClass
sourcefn clone(&self) -> GtkAppChooserButtonClass
fn clone(&self) -> GtkAppChooserButtonClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkAppChooserButtonClass
impl Debug for GtkAppChooserButtonClass
impl Copy for GtkAppChooserButtonClass
Auto Trait Implementations
impl RefUnwindSafe for GtkAppChooserButtonClass
impl !Send for GtkAppChooserButtonClass
impl !Sync for GtkAppChooserButtonClass
impl Unpin for GtkAppChooserButtonClass
impl UnwindSafe for GtkAppChooserButtonClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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