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
/
enum.h
blob: f2d301e70e3f76ec3364ab09ceabf6f02409126d (
plain
)
1
2
3
4
5
6
7
8
9
enum
Foo
{
Bar
=
0
,
Qux
};
enum
Neg
{
MinusOne
= -
1
,
One
=
1
,
};