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