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