Objects that can safely be copied via memcpy.
memcpy
trait Copy
That is, objects which you can copy and use both the copy and the original. For example, immutable slices are Copy. This is a weaker form of Pod.
Copy
Pod