xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/derive-debug-mangle-name.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
112a9d9c8Sopenharmony_ci// bindgen-flags: --impl-debug
212a9d9c8Sopenharmony_cistruct perf_event_attr {
312a9d9c8Sopenharmony_ci
412a9d9c8Sopenharmony_ci    /*
512a9d9c8Sopenharmony_ci     * Major type: hardware/software/tracepoint/etc.
612a9d9c8Sopenharmony_ci     */
712a9d9c8Sopenharmony_ci    unsigned int			type;
812a9d9c8Sopenharmony_ci
912a9d9c8Sopenharmony_ci    float a;
1012a9d9c8Sopenharmony_ci    union {
1112a9d9c8Sopenharmony_ci        int b;
1212a9d9c8Sopenharmony_ci        int c;
1312a9d9c8Sopenharmony_ci    };
1412a9d9c8Sopenharmony_ci};
15

Indexes created Thu Nov 07 10:32:03 CST 2024