mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 05:09:19 +00:00
272 B
272 B
Structs
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.