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§
source§impl PartialEq<PluginApi> for PluginApi
impl PartialEq<PluginApi> for PluginApi
impl Copy for PluginApi
impl Eq for PluginApi
impl StructuralEq for PluginApi
impl StructuralPartialEq for PluginApi
Auto Trait Implementations§
impl RefUnwindSafe for PluginApi
impl Send for PluginApi
impl Sync for PluginApi
impl Unpin 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