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

pub const fn safe_transmute<Src, Dst, Neglect>(src: Src) -> Dst where
    Src: TransmuteInto<Dst, Neglect>,
    Neglect: SafeTransmuteOptions

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

Use () as Neglect to omit no static checks.