#[repr(C)]pub struct HeGroupedButton {
pub parent_instance: GtkWidget,
pub priv_: *mut HeGroupedButtonPrivate,
}Fields§
§parent_instance: GtkWidget§priv_: *mut HeGroupedButtonPrivateTrait Implementations§
Source§impl Clone for HeGroupedButton
impl Clone for HeGroupedButton
Source§fn clone(&self) -> HeGroupedButton
fn clone(&self) -> HeGroupedButton
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 HeGroupedButton
impl Debug for HeGroupedButton
impl Copy for HeGroupedButton
Auto Trait Implementations§
impl Freeze for HeGroupedButton
impl RefUnwindSafe for HeGroupedButton
impl !Send for HeGroupedButton
impl !Sync for HeGroupedButton
impl Unpin for HeGroupedButton
impl UnwindSafe for HeGroupedButton
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