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