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