Struct constructor

Struct()

Construct a reference to the nullptr.

Use StructPointer's .ref to gain references to native memory backed structs.

Implementation

Struct() : _addressOf = nullptr;