Trait packed_simd::IntoBits
source · pub trait IntoBits<T>: Sized {
// Required method
fn into_bits(self) -> T;
}Available on crate feature
into_bits only.Expand description
Safe lossless bitwise conversion from Self to T.