xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
no_copy_opaque.hpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
// bindgen-flags: --opaque-type "NoCopy" --no-copy "NoCopy"
2
3
class
NoCopy
{
4
int
i;
5
};
6