pub struct Comb {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node Comb
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl Comb
impl Comb
sourcepub fn set(self) -> Comb
pub fn set(self) -> Comb
Returns a structure with all settable parameters and settings. See also Node Comb
sourcepub fn set_mod(self) -> Comb
pub fn set_mod(self) -> Comb
Returns a structure with all settable parameters with modulation amount. See also Node Comb
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Comb
impl !Send for Comb
impl !Sync for Comb
impl Unpin for Comb
impl !UnwindSafe for Comb
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