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