Creates a copy c'tor for all members in the struct.
This is only meant for structs where all members are to be copied. For anything more complex write a custom ctor.
See Implementation
Creates a copy c'tor for all members in the struct.
This is only meant for structs where all members are to be copied. For anything more complex write a custom ctor.