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