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