xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/constify-enum.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: --rustified-enum ".*"
212a9d9c8Sopenharmony_ci
312a9d9c8Sopenharmony_cienum nsCSSPropertyID {
412a9d9c8Sopenharmony_ci  eCSSProperty_a,
512a9d9c8Sopenharmony_ci  eCSSProperty_b,
612a9d9c8Sopenharmony_ci
712a9d9c8Sopenharmony_ci  eCSSProperty_COUNT, /**< <div rustbindgen constant></div> */
812a9d9c8Sopenharmony_ci  eCSSProperty_COUNT_DUMMY2 = eCSSProperty_COUNT - 1, /**< <div rustbindgen hide></div> */
912a9d9c8Sopenharmony_ci
1012a9d9c8Sopenharmony_ci  eCSSPropertyAlias_aa,
1112a9d9c8Sopenharmony_ci  eCSSPropertyAlias_bb,
1212a9d9c8Sopenharmony_ci
1312a9d9c8Sopenharmony_ci  eCSSProperty_COUNT_unexistingVariantValue, /**< <div rustbindgen constant></div> */
1412a9d9c8Sopenharmony_ci};
15

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