2025-09-25 17:29:52 +02:00
..
2024-06-21 22:22:37 +02:00
2024-06-21 22:31:06 +02:00

Structs

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

Further information