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