#[repr(C)]pub struct HeViewTitleClass {
pub parent_class: HeBinClass,
}Fields§
§parent_class: HeBinClassTrait Implementations§
Source§impl Clone for HeViewTitleClass
impl Clone for HeViewTitleClass
Source§fn clone(&self) -> HeViewTitleClass
fn clone(&self) -> HeViewTitleClass
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 HeViewTitleClass
impl Debug for HeViewTitleClass
impl Copy for HeViewTitleClass
Auto Trait Implementations§
impl Freeze for HeViewTitleClass
impl RefUnwindSafe for HeViewTitleClass
impl !Send for HeViewTitleClass
impl !Sync for HeViewTitleClass
impl Unpin for HeViewTitleClass
impl UnwindSafe for HeViewTitleClass
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