In the structure you can insert data same as you do for entity Or in very general term say as we assign value for any Object. Like Object.AttributeName or Entity.attributename.
So for car structure you can do like : structure -> Car {type,color}
Car.type = some value.
Car.color = same value
Regards