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