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
/
libbindgen
/
tests
/
headers
/
struct_with_anon_union.h
blob: 3a92b940724b3ca4c4025b1142d9f0551f1b240a (
plain
)
1
2
3
4
5
6
struct
foo
{
union
{
unsigned int
a
;
unsigned short
b
;
}
bar
;
};