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