pub struct OH_PixelmapNative { /* private fields */ }Available on crate features
api-12 and pixelmap only.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