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