2019-07-27 15:14:48 +00:00
|
|
|
### Structs
|
2019-05-25 11:39:58 +00:00
|
|
|
|
|
|
|
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.
|
|
|
|
|
|
|
|
#### Book Sections
|
|
|
|
|
|
|
|
- [Structures](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html)
|