TooTallNate / ref-struct

Create ABI-compliant "struct" instances on top of Buffers
118 stars 78 forks source link

How to new a struct (copy) from a exist struct ? #41

Open kimyLee opened 4 years ago

kimyLee commented 4 years ago

How can I new a struct (copy) from a exist struct ? for I want to return new stuct in a function, rather then keep the ref of the exist one.