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