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