c-for-go icon indicating copy to clipboard operation
c-for-go copied to clipboard

add function to write Go struct's data to c struct if c struct is allocated.

Open anatawa12 opened this issue 5 years ago • 0 comments

The PassRef or PassValue does not copy data in Go struct to C struct if ref00000000 is not nil. I want to modify C struct in libvpx (with libvpx-go) so please add function to copy Go struct's data to c struct if C struct is allocated.

anatawa12 avatar Aug 30 '20 14:08 anatawa12