pub struct Mix3 {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node Mix3
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl Mix3
impl Mix3
sourcepub fn set(self) -> Mix3
pub fn set(self) -> Mix3
Returns a structure with all settable parameters and settings. See also Node Mix3
sourcepub fn set_mod(self) -> Mix3
pub fn set_mod(self) -> Mix3
Returns a structure with all settable parameters with modulation amount. See also Node Mix3
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Mix3
impl !Send for Mix3
impl !Sync for Mix3
impl Unpin for Mix3
impl !UnwindSafe for Mix3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more