#[repr(C)]pub struct RawPlugin {
pub instance: Box<dyn VanguardPlugin>,
}Expand description
Raw plugin instance returned from the dynamic library
Fields§
§instance: Box<dyn VanguardPlugin>The plugin instance
Auto Trait Implementations§
impl Freeze for RawPlugin
impl !RefUnwindSafe for RawPlugin
impl Send for RawPlugin
impl Sync for RawPlugin
impl Unpin for RawPlugin
impl !UnwindSafe for RawPlugin
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