ref property

T ref

Creates a reference to access the fields of this struct backed by native memory at address.

The address must be aligned according to the struct alignment rules of the platform.

Implementation

external T get ref;