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
/
tests
/
headers
/
unnamed_bitfields.h
blob: 229bd7284c67e9953f7275e3a294e3cb6395a481 (
plain
)
1
2
3
4
5
6
7
8
9
struct
bitfield
{
unsigned short
a
:
1
,
b
:
1
,
c
:
1
,
:
1
,
:
2
,
d
:
2
;
};