This is kind of basic C# stuff, especially in regard to referencing your struct and the items in your struct. You should be able to make the conversions rather easily. If this is difficult for you to do, you really need to learn a little more about C#.
However, here is a nice tutorial at MSDN for using and referencing structs and it covers the important differences between classes and structs.
Structs Tutorial[
^]
Good luck.