mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-23 06:02:23 -05:00
7 lines
195 B
Markdown
7 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)
|