This website requires JavaScript.
Explore
Help
Sign In
kingecg
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
rustlings
/
exercises
/
07_structs
/
README.md
274 B
Raw
Permalink
Blame
History
Structs
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.
Further information
Structures
Method Syntax