pub type MaskI32<A> = Mask<I32, A>;Expand description
Generic i32 SIMD lane selection mask.
Aliased Type§
#[repr(transparent)]pub struct MaskI32<A> {
pub raw: <A as SimdKernel<I32>>::Mask,
/* private fields */
}Fields§
§raw: <A as SimdKernel<I32>>::MaskThe underlying raw mask register or representation.