diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-31 11:51:54 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-31 11:51:54 +0100 |
| commit | ae413b3defdde71acbbb59b455e5e15321df6893 (patch) | |
| tree | f7e6c78ed2fa839c1e659ab57a66fa309db92518 /examples/12-transient-0/output/rust/src/gen/data.rs | |
| parent | 69ab5f074540a550393806de1a32d70d1c895121 (diff) | |
Add Int8 type
Diffstat (limited to 'examples/12-transient-0/output/rust/src/gen/data.rs')
| -rw-r--r-- | examples/12-transient-0/output/rust/src/gen/data.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/12-transient-0/output/rust/src/gen/data.rs b/examples/12-transient-0/output/rust/src/gen/data.rs index aef9f69..bbaf4e7 100644 --- a/examples/12-transient-0/output/rust/src/gen/data.rs +++ b/examples/12-transient-0/output/rust/src/gen/data.rs @@ -10,6 +10,12 @@ pub struct StructWithBool { } #[derive(Debug, Hash, PartialEq)] +pub struct StructWithInt8 { + pub a: ::core::primitive::i8, + pub b: ::core::primitive::i8, +} + +#[derive(Debug, Hash, PartialEq)] pub struct StructWithInt32 { pub a: ::core::primitive::i32, pub b: ::core::primitive::i32, |
