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