Copies the fields of o into this instance and returns this.
o
this
@override BoneInfoD setD(BoneInfoD o) { name = o.name; parent = o.parent; return this; }