• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --default-visibility private --no-doc-comments
2 
3 struct my_struct1 {
4     int a: 1;
5 };
6 
7 /** <div rustbindgen private="false"></div> */
8 struct my_struct2 {
9     int a: 1;
10 };
11