mirror of
https://github.com/notohh/rustlings.git
synced 2025-03-10 22:03:48 -04:00
274 B
274 B
Structs
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.