2023-06-21 12:23:47 +09:30
..
2023-06-21 12:21:56 +09:30

Structs

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

Further information