Module mapped

Source
Expand description

Contains a trait HasTempRepr to implement TempRepr and TempReprMut by mapping to and from built-in types.

Structs§

MappedTempRepr
See HasTempRepr.

Traits§

HasTempRepr
A safe helper trait for implementing the unsafe TempRepr and TempReprMut traits for a type, by mapping between the type and one with a temporary representation.
HasTempReprMut
IsAlwaysShared