pub struct heif_unci_image_parameters { /* private fields */ }Trait Implementations§
Source§impl Clone for heif_unci_image_parameters
impl Clone for heif_unci_image_parameters
Source§fn clone(&self) -> heif_unci_image_parameters
fn clone(&self) -> heif_unci_image_parameters
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 moreSource§impl Debug for heif_unci_image_parameters
impl Debug for heif_unci_image_parameters
impl Copy for heif_unci_image_parameters
Auto Trait Implementations§
impl Freeze for heif_unci_image_parameters
impl RefUnwindSafe for heif_unci_image_parameters
impl Send for heif_unci_image_parameters
impl Sync for heif_unci_image_parameters
impl Unpin for heif_unci_image_parameters
impl UnsafeUnpin for heif_unci_image_parameters
impl UnwindSafe for heif_unci_image_parameters
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