Struct libui_ng_sys::platform::unix::gtk_sys::GtkAppChooserButtonClass
source · pub struct GtkAppChooserButtonClass {
pub parent_class: GtkComboBoxClass,
pub custom_item_activated: Option<unsafe extern "C" fn(_: *mut GtkAppChooserButton, _: *const i8)>,
pub padding: [*mut c_void; 16],
}Fields§
§parent_class: GtkComboBoxClass§custom_item_activated: Option<unsafe extern "C" fn(_: *mut GtkAppChooserButton, _: *const i8)>§padding: [*mut c_void; 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