2021-04-23 17:54:31 +00:00
|
|
|
# Structs
|
2019-05-25 11:39:58 +00:00
|
|
|
|
2021-03-20 20:12:49 +00:00
|
|
|
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.
|
2019-05-25 11:39:58 +00:00
|
|
|
|
2021-04-23 17:54:31 +00:00
|
|
|
## Further information
|
2019-05-25 11:39:58 +00:00
|
|
|
|
2020-12-15 07:32:46 +00:00
|
|
|
- [Structures](https://doc.rust-lang.org/book/ch05-01-defining-structs.html)
|
2021-04-20 09:19:24 +00:00
|
|
|
- [Method Syntax](https://doc.rust-lang.org/book/ch05-03-method-syntax.html)
|