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