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