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 more