mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-14 20:19:30 +01:00
195 B
195 B
Structs
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.