pub struct heif_scaling_options { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for heif_scaling_options
impl RefUnwindSafe for heif_scaling_options
impl Send for heif_scaling_options
impl Sync for heif_scaling_options
impl Unpin for heif_scaling_options
impl UnwindSafe for heif_scaling_options
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