pub enum In {
Cv(Tag),
Fix(Real),
}Expand description
Inputs to synth modules can either be constant (Fix) or a control voltage
from another synth module (Cv).
Variants§
Implementations§
Trait Implementations§
impl Copy for In
Auto Trait Implementations§
impl Freeze for In
impl RefUnwindSafe for In
impl Send for In
impl Sync for In
impl Unpin for In
impl UnsafeUnpin for In
impl UnwindSafe for In
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