Module show_notes::e002

source ·
Expand description

Something borrowed, something… moved?

  • Date: October 12, 2015
  • Subject: The struct data type constructor, and the basics of Rust’s “ownership” concept and “borrowing” and “moving”.
  • Audio

Structs

  • This struct is simple but useful to see how borrowing and moving work.

Functions