pub struct OH_DecodingOptions { /* private fields */ }Available on crate features
api-12 and image-source only.Expand description
Defines the options for decoding the image source.
It is used in OH_ImageSourceNative_CreatePixelmap.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for OH_DecodingOptions
impl RefUnwindSafe for OH_DecodingOptions
impl Send for OH_DecodingOptions
impl Sync for OH_DecodingOptions
impl Unpin for OH_DecodingOptions
impl UnsafeUnpin for OH_DecodingOptions
impl UnwindSafe for OH_DecodingOptions
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