mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-27 00:00:03 +03:00
8 lines
195 B
Markdown
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)
|