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_packing.h
blob: 1b9fe131938a7d1e62a0bde58b226ab19c952e2a (
plain
)
1
2
3
4
struct
a
{
char
b
;
short
c
;
}
__attribute__
((
packed
));