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