TooTallNate / ref-struct

Create ABI-compliant "struct" instances on top of Buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kimyLee opened this issue · comments

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.