#[repr(C)]pub struct HeContentBlockImageCluster {
pub parent_instance: HeBin,
pub priv_: *mut HeContentBlockImageClusterPrivate,
}
Fields§
§parent_instance: HeBin
§priv_: *mut HeContentBlockImageClusterPrivate
Trait Implementations§
source§impl Clone for HeContentBlockImageCluster
impl Clone for HeContentBlockImageCluster
source§fn clone(&self) -> HeContentBlockImageCluster
fn clone(&self) -> HeContentBlockImageCluster
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 HeContentBlockImageCluster
impl Debug for HeContentBlockImageCluster
impl Copy for HeContentBlockImageCluster
Auto Trait Implementations§
impl Freeze for HeContentBlockImageCluster
impl RefUnwindSafe for HeContentBlockImageCluster
impl !Send for HeContentBlockImageCluster
impl !Sync for HeContentBlockImageCluster
impl Unpin for HeContentBlockImageCluster
impl UnwindSafe for HeContentBlockImageCluster
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