Trait VectorEqualityIdx
pub trait VectorEqualityIdx: Sized
Associated Types
type Result;
Required Methods
unsafe fn vec_cmpeq_idx(self, other: Self) -> Self::Resultunsafe fn vec_cmpne_idx(self, other: Self) -> Self::Resultunsafe fn vec_cmpeq_idx_cc(self, other: Self) -> (Self::Result, i32)unsafe fn vec_cmpne_idx_cc(self, other: Self) -> (Self::Result, i32)unsafe fn vec_cmpeq_or_0_idx(self, other: Self) -> Self::Resultunsafe fn vec_cmpne_or_0_idx(self, other: Self) -> Self::Resultunsafe fn vec_cmpeq_or_0_idx_cc(self, other: Self) -> (Self::Result, i32)unsafe fn vec_cmpne_or_0_idx_cc(self, other: Self) -> (Self::Result, i32)
Implementors
impl VectorEqualityIdx for vector_bool_charimpl VectorEqualityIdx for vector_bool_intimpl VectorEqualityIdx for vector_bool_shortimpl VectorEqualityIdx for vector_signed_charimpl VectorEqualityIdx for vector_signed_intimpl VectorEqualityIdx for vector_signed_shortimpl VectorEqualityIdx for vector_unsigned_charimpl VectorEqualityIdx for vector_unsigned_intimpl VectorEqualityIdx for vector_unsigned_short