#[repr(C)]pub struct heif_plugin_info {
pub version: c_int,
pub type_: heif_plugin_type,
pub plugin: *const c_void,
pub internal_handle: *mut c_void,
}Fields§
§version: c_intversion of this info struct
type_: heif_plugin_type§plugin: *const c_void§internal_handle: *mut c_voidfor internal use only
Trait Implementations§
Auto Trait Implementations§
impl Freeze for heif_plugin_info
impl RefUnwindSafe for heif_plugin_info
impl !Send for heif_plugin_info
impl !Sync for heif_plugin_info
impl Unpin for heif_plugin_info
impl UnwindSafe for heif_plugin_info
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