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