Files
2026-07-12 23:39:38 +02:00

274 B

Structs

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

Further information