Struct constructor Null safety
Construct a reference to the nullptr.
Use StructPointer's .ref
to gain references to native memory backed
structs.
Implementation
Struct() : _addressOf = nullptr;
Construct a reference to the nullptr.
Use StructPointer's .ref
to gain references to native memory backed
structs.
Struct() : _addressOf = nullptr;