#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkAppChooserButtonClass
Auto Trait Implementations§
impl !Send for GtkAppChooserButtonClass
impl !Sync for GtkAppChooserButtonClass
impl Freeze for GtkAppChooserButtonClass
impl RefUnwindSafe for GtkAppChooserButtonClass
impl Unpin for GtkAppChooserButtonClass
impl UnsafeUnpin 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