pub struct ClapPluginLib;Expand description
Host-registered lib exporting the CLAP adapter cards, built on the shared
SurfacePackLib substrate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapPluginLib
impl RefUnwindSafe for ClapPluginLib
impl Send for ClapPluginLib
impl Sync for ClapPluginLib
impl Unpin for ClapPluginLib
impl UnsafeUnpin for ClapPluginLib
impl UnwindSafe for ClapPluginLib
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