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