pub struct PluginSheet {
pub audio_ins: usize,
pub audio_outs: usize,
pub controls: Vec<(String, f32, f32, f32)>,
}Fields§
§audio_ins: usize§audio_outs: usize§controls: Vec<(String, f32, f32, f32)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginSheet
impl RefUnwindSafe for PluginSheet
impl Send for PluginSheet
impl Sync for PluginSheet
impl Unpin for PluginSheet
impl UnwindSafe for PluginSheet
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