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