2023-12-09 00:25:20 +02:00

284 B

Structs

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

Further information