Structs, how to initialize one as a variable?

Thanks! So from what I understand, a struct constructor is like the name implies, a constructor that runs when the struct constructed, and sets the struct’s variables based on what was passed to the constructor.