Deep copies any struct to its contiguous representation. Effectively does serialization and deserialization in one go.
any struct instance
contiguous struct to be filled with same values as src
dst by value
See Implementation
Deep copies any struct to its contiguous representation. Effectively does serialization and deserialization in one go.