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