transmute

Function transmute 

Source
#[doc(hidden)] pub unsafe fn transmute<A, B>(a: A) -> B
Expand description

A reimplementation of the transmute function, avoiding problems when the compiler can’t prove equal sizes.