Ferris Rust Buddy
Exercises Flashcards Resources
Rust Buddy / Flashcards / Structs

Structs

Click a card to flip it · 19 terms

A struct is a custom type that groups named fields together. This deck covers how to define structs, attach methods with impl, and use patterns like field shorthand and struct update syntax.