[][src]Function rfc::core::convert::transmute::unsafe_transmute

pub const unsafe fn unsafe_transmute<Src, Dst, Neglect>(src: Src) -> Dst where
    Src: TransmuteInto<Dst, Neglect>,
    Neglect: TransmuteOptions

Reinterprets the bits of a value of one type as another type, potentially unsafely.

The onus is on you to ensure that calling this method is safe.