Trait lrs::marker::Copy

Objects that can safely be copied via memcpy.

Syntax

trait Copy

Remarks

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.