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_struct.h
blob: 78b1cc81c66250a9004c363527b52aff4f1a3e49 (
plain
)
1
2
3
4
5
6
struct
foo
{
struct
{
unsigned int
x
;
unsigned int
y
;
}
bar
;
};