基本的にプレフィックスを変更して、構造内の一連のフィールドの名前を変更する必要があります。
例えば
MyStruct.your_firstfield
MyStruct.your_secondfield
MyStruct.your_thirdfield
MyStruct.your_forthfield
%etc....
に
MyStruct.my_firstfield
MyStruct.my_secondfield
MyStruct.my_thirdfield
MyStruct.my_forthfield
%etc...
それぞれを入力せずに...たくさんあり、成長する可能性があるためです。
ありがとう!