writeInto abstract method

void writeInto(
  1. C p
)

Writes all fields directly into the native struct reference p. For nested structs, use writeInto as well.

Implementation

void writeInto(C p);