pub struct StandalonePluginContext {}
Expand description
TODO - Extend this with VST helpers calling into the host callback.
Auto Trait Implementations§
impl RefUnwindSafe for StandalonePluginContext
impl Send for StandalonePluginContext
impl Sync for StandalonePluginContext
impl Unpin for StandalonePluginContext
impl UnwindSafe for StandalonePluginContext
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