Trait VectorCompare
pub trait VectorCompare
Required Methods
unsafe fn vec_all_lt(self, other: Self) -> i32unsafe fn vec_all_le(self, other: Self) -> i32unsafe fn vec_all_gt(self, other: Self) -> i32unsafe fn vec_all_ge(self, other: Self) -> i32
Implementors
impl VectorCompare for vector_doubleimpl VectorCompare for vector_floatimpl VectorCompare for vector_signed_charimpl VectorCompare for vector_signed_intimpl VectorCompare for vector_signed_long_longimpl VectorCompare for vector_signed_shortimpl VectorCompare for vector_unsigned_charimpl VectorCompare for vector_unsigned_intimpl VectorCompare for vector_unsigned_long_longimpl VectorCompare for vector_unsigned_short