Trait IntoBits
packed_simd_2
pub trait IntoBits<T>: Sized { fn into_bits(self) -> T; }
Safe lossless bitwise conversion from Self to T.
Self
T
fn into_bits(self) -> T
Safe lossless bitwise transmute from self to T.
self
impl<T, U> IntoBits<U> for T where U: FromBits<T>,
FromBits implies IntoBits.
FromBits
IntoBits
fn into_bits(self) -> U