#[repr(C)]pub struct HeGroupedButtonClass {
pub parent_class: GtkWidgetClass,
}Fields§
§parent_class: GtkWidgetClassTrait Implementations§
Source§impl Clone for HeGroupedButtonClass
impl Clone for HeGroupedButtonClass
Source§fn clone(&self) -> HeGroupedButtonClass
fn clone(&self) -> HeGroupedButtonClass
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeGroupedButtonClass
impl Debug for HeGroupedButtonClass
impl Copy for HeGroupedButtonClass
Auto Trait Implementations§
impl Freeze for HeGroupedButtonClass
impl RefUnwindSafe for HeGroupedButtonClass
impl !Send for HeGroupedButtonClass
impl !Sync for HeGroupedButtonClass
impl Unpin for HeGroupedButtonClass
impl UnwindSafe for HeGroupedButtonClass
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