#[repr(C)]pub struct HeViewTitle {
pub parent_instance: HeBin,
pub priv_: *mut HeViewTitlePrivate,
}Fields§
§parent_instance: HeBin§priv_: *mut HeViewTitlePrivateTrait Implementations§
Source§impl Clone for HeViewTitle
impl Clone for HeViewTitle
Source§fn clone(&self) -> HeViewTitle
fn clone(&self) -> HeViewTitle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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