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