rust-bindgen
rust-bindgen copied to clipboard
Option to wrap union members in ManuallyDrop
Adds the option to wrap members of union where at least one is Non-Copy
in ::core::mem::ManuallyDrop instead of the generated __BindgenUnionWrapper,
with the approriate CLI and API options (default, regex for ManuallyDrop/
__BindgenUnionWrapper).
Failing test is due to a connection error.
Sorry for the long wait, I rebased and fixed your comment