mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
179a75a68d
closes #859 closes #913 closes #942 |
||
---|---|---|
.. | ||
mod.rs | ||
README.md | ||
structs1.rs | ||
structs2.rs | ||
structs3.rs |
Structs
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.