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