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