1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-04-30 20:49:44 +02:00
Files
rustlings/exercises/07_structs/README.md
T
2023-10-16 07:37:12 -04:00

274 B

Structs

Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.

Further information