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