#[repr(C)]pub struct heif_image_handle { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for heif_image_handle
impl RefUnwindSafe for heif_image_handle
impl Send for heif_image_handle
impl Sync for heif_image_handle
impl Unpin for heif_image_handle
impl UnwindSafe for heif_image_handle
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