StructPointer<T extends Struct> extension
Extension on Pointer specialized for the type argument Struct.
- on
-
- Pointer<
T>
- Pointer<
Properties
Operators
-
operator [](
int index) → T -
Creates a reference to access the fields of this struct backed by native
memory at
address + sizeOf<T>() * index
. [...]