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