1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-29 15:31:23 +02:00
rustlings/exercises/structs/README.md
2019-07-27 22:14:48 +07:00

202 B

Structs

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

Book Sections