1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-04-27 12:22:47 +02:00
2020-12-15 08:32:46 +01:00

8 lines
195 B
Markdown

### Structs
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.
#### Book Sections
- [Structures](https://doc.rust-lang.org/book/ch05-01-defining-structs.html)