Intro to Developing User-Defined Rust Structs
Offered By: Trevor Sullivan via YouTube
Course Description
Overview
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
Related Courses
The Rust Programming LanguageUdemy Rust for Beginners: Learn Rust in 4 Hours
Udemy Rust For Undergrads
Udemy Take your first steps with Rust
Microsoft via Microsoft Learn Rust Fundamentals
Pluralsight