Crate rustc_transmute

Source

Modules§

layout
maybe_transmutable 🔒
rustc 🔒

Structs§

Assume
TransmuteTypeEnv
Types
The source and destination types of a transmutation.

Enums§

Answer
Either transmutation is allowed, we have an error, or we have an optional Condition that must hold.
Condition
A condition which must hold for safe transmutation to be possible.
Reason
Answers “why wasn’t the source type transmutable into the destination type?”