index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
parm-union.hpp
blob: e36df69120a9a0979fc867f0cbe2baa14beba625 (
plain
)
1
2
3
4
struct
Struct
{
void
Function
(
union
Union
&);
};