1#ifndef ICU4X_LanguageDisplayUnstable_D_HPP
2#define ICU4X_LanguageDisplayUnstable_D_HPP
17 enum LanguageDisplayUnstable {
18 LanguageDisplayUnstable_Dialect = 0,
19 LanguageDisplayUnstable_Standard = 1,
22 typedef struct LanguageDisplayUnstable_option {
union { LanguageDisplayUnstable ok; };
bool is_ok; } LanguageDisplayUnstable_option;
43 constexpr operator Value()
const {
return value; }
45 explicit operator bool()
const =
delete;
47 inline icu4x::capi::LanguageDisplayUnstable AsFFI()
const;
Definition LanguageDisplayUnstable.d.hpp:32
LanguageDisplayUnstable()
Definition LanguageDisplayUnstable.d.hpp:39
Value
Definition LanguageDisplayUnstable.d.hpp:34
@ Dialect
Definition LanguageDisplayUnstable.d.hpp:35
@ Standard
Definition LanguageDisplayUnstable.d.hpp:36
constexpr LanguageDisplayUnstable(Value v)
Definition LanguageDisplayUnstable.d.hpp:42