#[repr(C)]pub struct PluginOpaque;
Expand description
Opaque type for FFI-safe plugin pointers
Auto Trait Implementations§
impl Freeze for PluginOpaque
impl RefUnwindSafe for PluginOpaque
impl Send for PluginOpaque
impl Sync for PluginOpaque
impl Unpin for PluginOpaque
impl UnwindSafe for PluginOpaque
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