structWriteInto method
Writes all fields into the memory at p.
Implementation
@override
void structWriteInto(WasmStructPointer<T> p) => wasmWriteInto(.new(p.address));
Writes all fields into the memory at p.
@override
void structWriteInto(WasmStructPointer<T> p) => wasmWriteInto(.new(p.address));