Daniel Baraniak 8304df8142 Progress 2
2023-09-14 00:23:08 +02:00
..
2023-09-14 00:23:08 +02:00
2023-09-14 00:23:08 +02:00
2023-09-14 00:23:08 +02:00

Structs

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

Further information