Function cluFullTransmute::raw::unchecked_transmute

source ·
pub const unsafe fn unchecked_transmute<T, To>(in_data: T) -> To
Expand description

Reinterprets the bits of a value of one type as another type. The function is completely const, data dimensions are not checked.

§Safety

No protections.