#[repr(C)]pub struct PluginInstance {
pub should_drop: bool,
pub vtb: PluginVTable,
pub abi_ver: u8,
pub name: RustStr,
}Fields§
§should_drop: bool§vtb: PluginVTable§abi_ver: u8§name: RustStrAuto Trait Implementations§
impl Freeze for PluginInstance
impl RefUnwindSafe for PluginInstance
impl !Send for PluginInstance
impl !Sync for PluginInstance
impl Unpin for PluginInstance
impl UnwindSafe for PluginInstance
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