2024-05-25 21:29:30 +00:00

274 B
Executable File

Structs

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

Further information