2022-12-06 23:05:07 +01:00
..
2022-12-06 08:33:57 +01:00
2022-12-06 08:33:57 +01:00
2022-12-06 23:05:07 +01:00

Structs

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

Further information