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