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