StructSerializer.copyReferences

Copies all references from dst to src.

struct StructSerializer(bool AllowUnions = false)
static
S*
copyReferences
(
S
)
(
S* src
,
S* dst
)

Parameters

src S*

source struct instance (pointer)

dst S*

destination struct instance (pointer)

Meta