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