Rework the Struct class onto Python 2.7's OrderedDict class.
Although this doesn't clean up a whole lot I think it will prove to be a good thing in the long run. An alternate implementation is also included for compatibility with older versions of Python.