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