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