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