diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-18 23:33:07 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-18 23:33:07 +0200 |
| commit | d6cf708a4fd1caf0f2e193ceb7c23fa8e77cc1db (patch) | |
| tree | 90dec16ff48a5d8c46c4dfd72c9dd4b340153e0e /engine-reflection/src | |
| parent | 48e70075f641181e23847bf7f0ff7ac90cc463a3 (diff) | |
Diffstat (limited to 'engine-reflection/src')
| -rw-r--r-- | engine-reflection/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine-reflection/src/lib.rs b/engine-reflection/src/lib.rs index b48ecfe..289989c 100644 --- a/engine-reflection/src/lib.rs +++ b/engine-reflection/src/lib.rs @@ -120,6 +120,8 @@ pub struct Enum /// The enum only contains unit variants. pub is_unit_only: bool, + pub discriminant_size: usize, + pub tagged_union: Option<EnumTaggedUnion>, pub get_default_value: fn() -> Option<DefaultValueFn>, |
