Trait core::simd::IntoBits [−][src]
Safe lossless bitwise conversion from Self
to T
.
Required Methods
Implementors
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
Safe lossless bitwise conversion from Self
to T
.
impl<T, U> IntoBits<U> for T where |