Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
field-visibility.h
blob: adb73159c2873d1655945da0fc04cd8391fb88e1 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --default-visibility private --no-doc-comments
struct
my_struct1
{
int
a
:
1
;
};
/** <div rustbindgen private="false"></div> */
struct
my_struct2
{
int
a
:
1
;
};