pub struct TSeq {
pub node: TSeq,
}Expand description
Parameter and Modulation Amount Setter API Struct for Node TSeq
Fields§
§node: TSeqImplementations§
Auto Trait Implementations§
impl Freeze for TSeq
impl !RefUnwindSafe for TSeq
impl !Send for TSeq
impl !Sync for TSeq
impl Unpin for TSeq
impl !UnwindSafe for TSeq
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more