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
/
union_fields.hpp
blob: aec3a7fdf429670a2b9167a5f1d0ccd7f47bd0b4 (
plain
)
1
2
3
4
5
typedef
union
{
int
mInt
;
float
mFloat
;
void
*
mPointer
;
}
nsStyleUnion
;