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