Make connectivity structures trivially copyable

Closed Kenneth Moreland requested to merge kmorel/vtk-m:connectivity-trivially-copyable into master

It always worked to trivially copy these classes, but the compiler did not think so because copy constructors were defined. Change these constructors to be default so that the compler can properly check triviality.

Merge request reports