#[repr(C)]pub struct HeSegmentedButtonClass {
pub parent_class: GtkBoxClass,
}Fields§
§parent_class: GtkBoxClassTrait Implementations§
Source§impl Clone for HeSegmentedButtonClass
impl Clone for HeSegmentedButtonClass
Source§fn clone(&self) -> HeSegmentedButtonClass
fn clone(&self) -> HeSegmentedButtonClass
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 HeSegmentedButtonClass
impl Debug for HeSegmentedButtonClass
impl Copy for HeSegmentedButtonClass
Auto Trait Implementations§
impl Freeze for HeSegmentedButtonClass
impl RefUnwindSafe for HeSegmentedButtonClass
impl !Send for HeSegmentedButtonClass
impl !Sync for HeSegmentedButtonClass
impl Unpin for HeSegmentedButtonClass
impl UnwindSafe for HeSegmentedButtonClass
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