#[repr(C)]pub struct PluginInstanceC {
pub handle: PluginHandle,
pub metadata: PluginMetadataC,
pub vtable: *const PluginVTable,
pub plugin_type: u32,
}Fields§
§handle: PluginHandle§metadata: PluginMetadataC§vtable: *const PluginVTable§plugin_type: u32Auto Trait Implementations§
impl Freeze for PluginInstanceC
impl RefUnwindSafe for PluginInstanceC
impl !Send for PluginInstanceC
impl !Sync for PluginInstanceC
impl Unpin for PluginInstanceC
impl UnsafeUnpin for PluginInstanceC
impl UnwindSafe for PluginInstanceC
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