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