2024-12-01 18:02:29 -03:00

288 B

Structs

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

Further information