1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-18 03:56:41 +02:00
2021-05-09 17:58:54 -05:00
..
2019-11-11 16:23:35 +01:00
2020-05-20 08:31:28 +02:00
2021-05-09 17:58:54 -05:00

Structs

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

Further information