pub enum PluginApi {
Clap,
Standalone,
Vst3,
}Expand description
The currently active plugin API. This may be useful to display in an about screen in the plugin’s GUI for debugging purposes.
Variants§
Trait Implementations§
impl Copy for PluginApi
impl Eq for PluginApi
impl StructuralPartialEq for PluginApi
Auto Trait Implementations§
impl Freeze for PluginApi
impl RefUnwindSafe for PluginApi
impl Send for PluginApi
impl Sync for PluginApi
impl Unpin for PluginApi
impl UnsafeUnpin for PluginApi
impl UnwindSafe for PluginApi
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