If we have the following code:
struct Person { age: i32 } fn main() { let person = Person{age : 52}; }
I know how to use the struct