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