devela::_dep::bytemuck::__core::intrinsics::mir

Function CastTransmute

Source
pub fn CastTransmute<T, U>(operand: T) -> U
🔬This is a nightly-only experimental API. (custom_mir)
Available on crate feature dep_bytemuck only.
Expand description

Emits a CastKind::Transmute cast.

Needed to test the UB when sizeof(T) != sizeof(U), which can’t be generated via the normal mem::transmute.