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