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