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