Derive Macrosยง
- Diff
- Patch
- RealtimeClone 
- Derive this to signify that a struct implements Clone, cloning does not allocate or deallocate data, and the data will not be dropped on the audio thread if the struct is dropped.
Clone, cloning
does not allocate or deallocate data, and the data will not be
dropped on the audio thread if the struct is dropped.