[−][src]Trait typic::TransmuteInto
A safe and sound value-to-value conversion.
The opposite of TransmuteFrom.
TransmuteInto<U> is only implemented for T when
See also transmute_safe.
Required methods
fn transmute_into(self) -> U
Reinterprets the bits of self as type U.
Implementors
impl<T, U> TransmuteInto<U> for T where
U: TransmuteFrom<T>, [src]
U: TransmuteFrom<T>,