2021-08-10 23:40:46 -04:00
..
2020-10-23 08:19:55 -06:00
2020-10-23 08:19:55 -06:00
2021-08-10 23:40:46 -04:00

Structs

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

Further information