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