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§
source§impl Clone for GtkAppChooserButtonClass
impl Clone for GtkAppChooserButtonClass
source§fn clone(&self) -> GtkAppChooserButtonClass
fn clone(&self) -> GtkAppChooserButtonClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more