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