Struct gtk4_sys::GtkCheckButtonClass
source · #[repr(C)]pub struct GtkCheckButtonClass {
pub parent_class: GtkWidgetClass,
pub toggled: Option<unsafe extern "C" fn(_: *mut GtkCheckButton)>,
pub activate: Option<unsafe extern "C" fn(_: *mut GtkCheckButton)>,
pub padding: [gpointer; 7],
}
Fields§
§parent_class: GtkWidgetClass
§toggled: Option<unsafe extern "C" fn(_: *mut GtkCheckButton)>
§activate: Option<unsafe extern "C" fn(_: *mut GtkCheckButton)>
§padding: [gpointer; 7]
Trait Implementations§
source§impl Clone for GtkCheckButtonClass
impl Clone for GtkCheckButtonClass
source§fn clone(&self) -> GtkCheckButtonClass
fn clone(&self) -> GtkCheckButtonClass
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 GtkCheckButtonClass
impl Debug for GtkCheckButtonClass
impl Copy for GtkCheckButtonClass
Auto Trait Implementations§
impl RefUnwindSafe for GtkCheckButtonClass
impl !Send for GtkCheckButtonClass
impl !Sync for GtkCheckButtonClass
impl Unpin for GtkCheckButtonClass
impl UnwindSafe for GtkCheckButtonClass
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