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