structWriteInto method

  1. @override
void structWriteInto(
  1. WasmStructPointer<T> p
)
override

Writes all fields into the memory at p.

Implementation

@override
void structWriteInto(WasmStructPointer<T> p) => wasmWriteInto(.new(p.address));