Trait VectorEqualityIdx

pub trait VectorEqualityIdx: Sized

Associated Types

type Result;

Required Methods

unsafe fn vec_cmpeq_idx(self, other: Self) -> Self::Result
unsafe fn vec_cmpne_idx(self, other: Self) -> Self::Result
unsafe 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::Result
unsafe fn vec_cmpne_or_0_idx(self, other: Self) -> Self::Result
unsafe 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