2023-06-21 12:21:56 +09:30

274 B
Executable File

Structs

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

Further information