Copies the fields of the Dart struct o into this instance.
o
@override BoneInfoD setD(BoneInfoD o) { originalPointer ??= o.originalPointer; name = o.name; parent = o.parent; return this; }