Trait std::simd::IntoBits [−][src]
pub trait IntoBits<T> { fn into_bits(self) -> T; }
Safe lossless bitwise conversion from Self
to T
.
Required Methods
Implementors
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
pub trait IntoBits<T> { fn into_bits(self) -> T; }
Safe lossless bitwise conversion from Self
to T
.
impl<T, U> IntoBits<U> for T where |