That’s probably because of the fundamental difference between classes and structs: classes are reference types whereas structs are value types.
That’s probably because of the fundamental difference between classes and structs: classes are reference types whereas structs are value types.