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