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