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