structSyncInto method
Syncs Dart-side fields into the already-allocated native pointer p. Defaults to structWriteInto.
Implementation
@override
void structSyncInto(RaylibTemp temp, WasmStructPointer<T> p, String key) => wasmWriteInto(WasmWriter(p.address));