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