pub struct OH_PackingOptions { /* private fields */ }Expand description
@brief Defines the image packing options.
@since 12
Trait Implementations§
Source§impl Clone for OH_PackingOptions
impl Clone for OH_PackingOptions
Source§fn clone(&self) -> OH_PackingOptions
fn clone(&self) -> OH_PackingOptions
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_PackingOptions
Auto Trait Implementations§
impl Freeze for OH_PackingOptions
impl RefUnwindSafe for OH_PackingOptions
impl Send for OH_PackingOptions
impl Sync for OH_PackingOptions
impl Unpin for OH_PackingOptions
impl UnsafeUnpin for OH_PackingOptions
impl UnwindSafe for OH_PackingOptions
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