Struct libhelium_sys::HeViewTitleClass
source · #[repr(C)]pub struct HeViewTitleClass {
pub parent_class: HeBinClass,
}
Fields§
§parent_class: HeBinClass
Trait Implementations§
source§impl Clone for HeViewTitleClass
impl Clone for HeViewTitleClass
source§fn clone(&self) -> HeViewTitleClass
fn clone(&self) -> HeViewTitleClass
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 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