pub struct OH_PixelmapNative { /* private fields */ }Expand description
@brief Describes the pixel image information.
@since 15
Trait Implementations§
Source§impl Clone for OH_PixelmapNative
impl Clone for OH_PixelmapNative
Source§fn clone(&self) -> OH_PixelmapNative
fn clone(&self) -> OH_PixelmapNative
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 moreimpl Copy for OH_PixelmapNative
Auto Trait Implementations§
impl Freeze for OH_PixelmapNative
impl RefUnwindSafe for OH_PixelmapNative
impl Send for OH_PixelmapNative
impl Sync for OH_PixelmapNative
impl Unpin for OH_PixelmapNative
impl UnsafeUnpin for OH_PixelmapNative
impl UnwindSafe for OH_PixelmapNative
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