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