Static variables in a structure

Is it possible to add a static variable to a structure?

All my structures will have a few variable which wont change every in the life time of the structure. And those structures are to be replicated. So is it possible to create a static variable in a structure. Something like this…

Any advantage of using something similar to that for replication?