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