structRequiresOriginalPointer property
bool
get
structRequiresOriginalPointer
Whether this struct requires an originalPointer to function correctly.
true for resource structs; false for value-type structs (literals).
Implementation
bool get structRequiresOriginalPointer => true;