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
/
bindgen-tests
/
tests
/
headers
/
no_copy_opaque.hpp
blob: c21f213af1812c62c0e310a567a965016d779044 (
plain
)
1
2
3
4
5
// bindgen-flags: --opaque-type "NoCopy" --no-copy "NoCopy"
class
NoCopy
{
int
i
;
};