pub struct OH_ImageNative { /* private fields */ }Expand description
@brief Defines an OH_ImageNative object.
@since 12
Trait Implementations§
Source§impl Clone for OH_ImageNative
impl Clone for OH_ImageNative
Source§fn clone(&self) -> OH_ImageNative
fn clone(&self) -> OH_ImageNative
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OH_ImageNative
impl Debug for OH_ImageNative
impl Copy for OH_ImageNative
Auto Trait Implementations§
impl Freeze for OH_ImageNative
impl RefUnwindSafe for OH_ImageNative
impl Send for OH_ImageNative
impl Sync for OH_ImageNative
impl Unpin for OH_ImageNative
impl UnsafeUnpin for OH_ImageNative
impl UnwindSafe for OH_ImageNative
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