USING STRUCTS TO STRUCTURE RELATED DATA, ch5

Custome data type.

Struct and Enums are the building blocks for creating new types in your program's domain to take full advantage of rust's compile time type checking.