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