rustlings_solutions/structs
2024-01-17 14:52:52 -05:00
..
README.md ye 2024-01-17 14:52:52 -05:00
structs1.rs ye 2024-01-17 14:52:52 -05:00
structs2.rs ye 2024-01-17 14:52:52 -05:00
structs3.rs ye 2024-01-17 14:52:52 -05:00

Structs

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

Further information