mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-08-27 22:59:57 -04:00
14 lines
354 B
C
14 lines
354 B
C
|
|
enum nsCSSPropertyID {
|
|
eCSSProperty_a,
|
|
eCSSProperty_b,
|
|
|
|
eCSSProperty_COUNT, /**< <div rustbindgen constant></div> */
|
|
eCSSProperty_COUNT_DUMMY2 = eCSSProperty_COUNT - 1, /**< <div rustbindgen hide></div> */
|
|
|
|
eCSSPropertyAlias_aa,
|
|
eCSSPropertyAlias_bb,
|
|
|
|
eCSSProperty_COUNT_unexistingVariantValue, /**< <div rustbindgen constant></div> */
|
|
};
|