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