pub struct SetNumParams(pub usize);Expand description
Call this to override the number of parameters that this plugin instance has. This is meant for plugins that have a different set of parameters per instance.
The value holds the new number of parameters.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Debug for SetNumParams
impl Debug for SetNumParams
Auto Trait Implementations§
impl Freeze for SetNumParams
impl RefUnwindSafe for SetNumParams
impl Send for SetNumParams
impl Sync for SetNumParams
impl Unpin for SetNumParams
impl UnsafeUnpin for SetNumParams
impl UnwindSafe for SetNumParams
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