::core::

Module marker

Traits

Copy

The Copy trait is implemented by any type which can be used an infinite number of times and passed around freely.

Data

The Data trait is implemented by any type whose bit representation can be interpreted as data.