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