Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the fundamentals of developing user-defined Rust structs in this 42-minute tutorial. Learn how to create custom data types with various attributes, define fields with specific data types, and understand the concept of structs as blueprints for objects. Discover the versatility of Rust structs in representing real-world concepts and how they determine the shape of data. Dive into topics such as creating and debugging structs, working with tuple structs, implementing mutable structs, and utilizing the Cell type for interior mutability. Gain practical insights through hands-on examples and access additional resources to further your Rust programming skills.
Syllabus
Intro
Creating Structs
Custom Structs
Debugging Structs
Tuple Structs
Vehicle Tuples
Individual Tuples
Mutable Structs
Muted Structs
Retrieve Copy of Contained Value
Rerun Code
Get from Cell
Outro
Taught by
Trevor Sullivan