Module marker
Traits
- Copy
The
Copytrait is implemented by any type which can be used an infinite number of times and passed around freely.- Data
The
Datatrait is implemented by any type whose bit representation can be interpreted as data.
The Copy trait is implemented by any type which can be used an infinite number of times and
passed around freely.
The Data trait is implemented by any type whose bit representation can be interpreted as data.