Copies the fields of the Dart struct o into this instance.
o
@override SoundD setD(SoundD o) { originalPointer ??= o.originalPointer; stream.setD(o.stream); frameCount = o.frameCount; return this; }