ref property Null safety
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;
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.
external T get ref;