Struct libhelium_sys::HeMiniContentBlock
source · #[repr(C)]pub struct HeMiniContentBlock {
pub parent_instance: HeBin,
pub priv_: *mut HeMiniContentBlockPrivate,
}
Fields§
§parent_instance: HeBin
§priv_: *mut HeMiniContentBlockPrivate
Trait Implementations§
source§impl Clone for HeMiniContentBlock
impl Clone for HeMiniContentBlock
source§fn clone(&self) -> HeMiniContentBlock
fn clone(&self) -> HeMiniContentBlock
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 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