pub struct OH_DecodingOptions { /* private fields */ }Expand description
@brief Defines the options for decoding the image source. It is used in {@link OH_ImageSourceNative_CreatePixelmap}.
@since 12
Trait Implementations§
Source§impl Clone for OH_DecodingOptions
impl Clone for OH_DecodingOptions
Source§fn clone(&self) -> OH_DecodingOptions
fn clone(&self) -> OH_DecodingOptions
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_DecodingOptions
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