[][src]Struct packed_simd::LexicographicallyOrdered

#[repr(transparent)]
pub struct LexicographicallyOrdered<T>(_);

Wrapper over T implementing a lexicoraphical order via the PartialOrd and/or Ord traits.

Trait Implementations

impl<T: Clone> Clone for LexicographicallyOrdered<T>[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for LexicographicallyOrdered<T>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i8; 2]>>> for LexicographicallyOrdered<i8x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u8; 2]>>> for LexicographicallyOrdered<u8x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m8; 2]>>> for LexicographicallyOrdered<m8x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i8; 4]>>> for LexicographicallyOrdered<i8x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u8; 4]>>> for LexicographicallyOrdered<u8x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m8; 4]>>> for LexicographicallyOrdered<m8x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i16; 2]>>> for LexicographicallyOrdered<i16x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u16; 2]>>> for LexicographicallyOrdered<u16x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m16; 2]>>> for LexicographicallyOrdered<m16x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i8; 8]>>> for LexicographicallyOrdered<i8x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u8; 8]>>> for LexicographicallyOrdered<u8x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m8; 8]>>> for LexicographicallyOrdered<m8x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i16; 4]>>> for LexicographicallyOrdered<i16x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u16; 4]>>> for LexicographicallyOrdered<u16x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m16; 4]>>> for LexicographicallyOrdered<m16x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i32; 2]>>> for LexicographicallyOrdered<i32x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u32; 2]>>> for LexicographicallyOrdered<u32x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m32; 2]>>> for LexicographicallyOrdered<m32x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[f32; 2]>>> for LexicographicallyOrdered<f32x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i8; 16]>>> for LexicographicallyOrdered<i8x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u8; 16]>>> for LexicographicallyOrdered<u8x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m8; 16]>>> for LexicographicallyOrdered<m8x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i16; 8]>>> for LexicographicallyOrdered<i16x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u16; 8]>>> for LexicographicallyOrdered<u16x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m16; 8]>>> for LexicographicallyOrdered<m16x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i32; 4]>>> for LexicographicallyOrdered<i32x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u32; 4]>>> for LexicographicallyOrdered<u32x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[f32; 4]>>> for LexicographicallyOrdered<f32x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m32; 4]>>> for LexicographicallyOrdered<m32x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i64; 2]>>> for LexicographicallyOrdered<i64x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u64; 2]>>> for LexicographicallyOrdered<u64x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[f64; 2]>>> for LexicographicallyOrdered<f64x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m64; 2]>>> for LexicographicallyOrdered<m64x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i128; 1]>>> for LexicographicallyOrdered<i128x1>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u128; 1]>>> for LexicographicallyOrdered<u128x1>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m128; 1]>>> for LexicographicallyOrdered<m128x1>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i8; 32]>>> for LexicographicallyOrdered<i8x32>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u8; 32]>>> for LexicographicallyOrdered<u8x32>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m8; 32]>>> for LexicographicallyOrdered<m8x32>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i16; 16]>>> for LexicographicallyOrdered<i16x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u16; 16]>>> for LexicographicallyOrdered<u16x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m16; 16]>>> for LexicographicallyOrdered<m16x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i32; 8]>>> for LexicographicallyOrdered<i32x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u32; 8]>>> for LexicographicallyOrdered<u32x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[f32; 8]>>> for LexicographicallyOrdered<f32x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m32; 8]>>> for LexicographicallyOrdered<m32x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i64; 4]>>> for LexicographicallyOrdered<i64x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u64; 4]>>> for LexicographicallyOrdered<u64x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[f64; 4]>>> for LexicographicallyOrdered<f64x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m64; 4]>>> for LexicographicallyOrdered<m64x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i128; 2]>>> for LexicographicallyOrdered<i128x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u128; 2]>>> for LexicographicallyOrdered<u128x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m128; 2]>>> for LexicographicallyOrdered<m128x2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i8; 64]>>> for LexicographicallyOrdered<i8x64>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u8; 64]>>> for LexicographicallyOrdered<u8x64>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m8; 64]>>> for LexicographicallyOrdered<m8x64>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i16; 32]>>> for LexicographicallyOrdered<i16x32>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u16; 32]>>> for LexicographicallyOrdered<u16x32>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m16; 32]>>> for LexicographicallyOrdered<m16x32>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i32; 16]>>> for LexicographicallyOrdered<i32x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u32; 16]>>> for LexicographicallyOrdered<u32x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[f32; 16]>>> for LexicographicallyOrdered<f32x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m32; 16]>>> for LexicographicallyOrdered<m32x16>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i64; 8]>>> for LexicographicallyOrdered<i64x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u64; 8]>>> for LexicographicallyOrdered<u64x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[f64; 8]>>> for LexicographicallyOrdered<f64x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m64; 8]>>> for LexicographicallyOrdered<m64x8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[i128; 4]>>> for LexicographicallyOrdered<i128x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[u128; 4]>>> for LexicographicallyOrdered<u128x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[m128; 4]>>> for LexicographicallyOrdered<m128x4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[isize; 2]>>> for LexicographicallyOrdered<isizex2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[usize; 2]>>> for LexicographicallyOrdered<usizex2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[msize; 2]>>> for LexicographicallyOrdered<msizex2>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[isize; 4]>>> for LexicographicallyOrdered<isizex4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[usize; 4]>>> for LexicographicallyOrdered<usizex4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[msize; 4]>>> for LexicographicallyOrdered<msizex4>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[isize; 8]>>> for LexicographicallyOrdered<isizex8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[usize; 8]>>> for LexicographicallyOrdered<usizex8>[src]

impl PartialEq<LexicographicallyOrdered<Simd<[msize; 8]>>> for LexicographicallyOrdered<msizex8>[src]

impl<T> PartialEq<LexicographicallyOrdered<Simd<[*const T; 2]>>> for LexicographicallyOrdered<cptrx2<T>>[src]

impl<T> PartialEq<LexicographicallyOrdered<Simd<[*mut T; 2]>>> for LexicographicallyOrdered<mptrx2<T>>[src]

impl<T> PartialEq<LexicographicallyOrdered<Simd<[*const T; 4]>>> for LexicographicallyOrdered<cptrx4<T>>[src]

impl<T> PartialEq<LexicographicallyOrdered<Simd<[*mut T; 4]>>> for LexicographicallyOrdered<mptrx4<T>>[src]

impl<T> PartialEq<LexicographicallyOrdered<Simd<[*const T; 8]>>> for LexicographicallyOrdered<cptrx8<T>>[src]

impl<T> PartialEq<LexicographicallyOrdered<Simd<[*mut T; 8]>>> for LexicographicallyOrdered<mptrx8<T>>[src]

impl Eq for LexicographicallyOrdered<i8x2>[src]

impl Eq for LexicographicallyOrdered<u8x2>[src]

impl Eq for LexicographicallyOrdered<m8x2>[src]

impl Eq for LexicographicallyOrdered<i8x4>[src]

impl Eq for LexicographicallyOrdered<u8x4>[src]

impl Eq for LexicographicallyOrdered<m8x4>[src]

impl Eq for LexicographicallyOrdered<i16x2>[src]

impl Eq for LexicographicallyOrdered<u16x2>[src]

impl Eq for LexicographicallyOrdered<m16x2>[src]

impl Eq for LexicographicallyOrdered<i8x8>[src]

impl Eq for LexicographicallyOrdered<u8x8>[src]

impl Eq for LexicographicallyOrdered<m8x8>[src]

impl Eq for LexicographicallyOrdered<i16x4>[src]

impl Eq for LexicographicallyOrdered<u16x4>[src]

impl Eq for LexicographicallyOrdered<m16x4>[src]

impl Eq for LexicographicallyOrdered<i32x2>[src]

impl Eq for LexicographicallyOrdered<u32x2>[src]

impl Eq for LexicographicallyOrdered<m32x2>[src]

impl Eq for LexicographicallyOrdered<i8x16>[src]

impl Eq for LexicographicallyOrdered<u8x16>[src]

impl Eq for LexicographicallyOrdered<m8x16>[src]

impl Eq for LexicographicallyOrdered<i16x8>[src]

impl Eq for LexicographicallyOrdered<u16x8>[src]

impl Eq for LexicographicallyOrdered<m16x8>[src]

impl Eq for LexicographicallyOrdered<i32x4>[src]

impl Eq for LexicographicallyOrdered<u32x4>[src]

impl Eq for LexicographicallyOrdered<m32x4>[src]

impl Eq for LexicographicallyOrdered<i64x2>[src]

impl Eq for LexicographicallyOrdered<u64x2>[src]

impl Eq for LexicographicallyOrdered<m64x2>[src]

impl Eq for LexicographicallyOrdered<i128x1>[src]

impl Eq for LexicographicallyOrdered<u128x1>[src]

impl Eq for LexicographicallyOrdered<m128x1>[src]

impl Eq for LexicographicallyOrdered<i8x32>[src]

impl Eq for LexicographicallyOrdered<u8x32>[src]

impl Eq for LexicographicallyOrdered<m8x32>[src]

impl Eq for LexicographicallyOrdered<i16x16>[src]

impl Eq for LexicographicallyOrdered<u16x16>[src]

impl Eq for LexicographicallyOrdered<m16x16>[src]

impl Eq for LexicographicallyOrdered<i32x8>[src]

impl Eq for LexicographicallyOrdered<u32x8>[src]

impl Eq for LexicographicallyOrdered<m32x8>[src]

impl Eq for LexicographicallyOrdered<i64x4>[src]

impl Eq for LexicographicallyOrdered<u64x4>[src]

impl Eq for LexicographicallyOrdered<m64x4>[src]

impl Eq for LexicographicallyOrdered<i128x2>[src]

impl Eq for LexicographicallyOrdered<u128x2>[src]

impl Eq for LexicographicallyOrdered<m128x2>[src]

impl Eq for LexicographicallyOrdered<i8x64>[src]

impl Eq for LexicographicallyOrdered<u8x64>[src]

impl Eq for LexicographicallyOrdered<m8x64>[src]

impl Eq for LexicographicallyOrdered<i16x32>[src]

impl Eq for LexicographicallyOrdered<u16x32>[src]

impl Eq for LexicographicallyOrdered<m16x32>[src]

impl Eq for LexicographicallyOrdered<i32x16>[src]

impl Eq for LexicographicallyOrdered<u32x16>[src]

impl Eq for LexicographicallyOrdered<m32x16>[src]

impl Eq for LexicographicallyOrdered<i64x8>[src]

impl Eq for LexicographicallyOrdered<u64x8>[src]

impl Eq for LexicographicallyOrdered<m64x8>[src]

impl Eq for LexicographicallyOrdered<i128x4>[src]

impl Eq for LexicographicallyOrdered<u128x4>[src]

impl Eq for LexicographicallyOrdered<m128x4>[src]

impl Eq for LexicographicallyOrdered<isizex2>[src]

impl Eq for LexicographicallyOrdered<usizex2>[src]

impl Eq for LexicographicallyOrdered<msizex2>[src]

impl Eq for LexicographicallyOrdered<isizex4>[src]

impl Eq for LexicographicallyOrdered<usizex4>[src]

impl Eq for LexicographicallyOrdered<msizex4>[src]

impl Eq for LexicographicallyOrdered<isizex8>[src]

impl Eq for LexicographicallyOrdered<usizex8>[src]

impl Eq for LexicographicallyOrdered<msizex8>[src]

impl<T> Eq for LexicographicallyOrdered<cptrx2<T>>[src]

impl<T> Eq for LexicographicallyOrdered<mptrx2<T>>[src]

impl<T> Eq for LexicographicallyOrdered<cptrx4<T>>[src]

impl<T> Eq for LexicographicallyOrdered<mptrx4<T>>[src]

impl<T> Eq for LexicographicallyOrdered<cptrx8<T>>[src]

impl<T> Eq for LexicographicallyOrdered<mptrx8<T>>[src]

impl Ord for LexicographicallyOrdered<i8x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u8x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m8x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i8x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u8x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m8x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i16x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u16x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m16x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i8x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u8x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m8x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i16x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u16x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m16x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i32x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u32x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m32x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i8x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u8x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m8x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i16x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u16x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m16x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i32x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u32x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m32x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i64x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u64x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m64x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i128x1>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u128x1>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m128x1>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i8x32>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u8x32>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m8x32>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i16x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u16x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m16x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i32x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u32x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m32x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i64x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u64x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m64x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i128x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u128x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m128x2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i8x64>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u8x64>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m8x64>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i16x32>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u16x32>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m16x32>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i32x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u32x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m32x16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i64x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u64x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m64x8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<i128x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<u128x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<m128x4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<isizex2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<usizex2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<msizex2>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<isizex4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<usizex4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<msizex4>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<isizex8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<usizex8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for LexicographicallyOrdered<msizex8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd<LexicographicallyOrdered<Simd<[i8; 2]>>> for LexicographicallyOrdered<i8x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u8; 2]>>> for LexicographicallyOrdered<u8x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m8; 2]>>> for LexicographicallyOrdered<m8x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i8; 4]>>> for LexicographicallyOrdered<i8x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u8; 4]>>> for LexicographicallyOrdered<u8x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m8; 4]>>> for LexicographicallyOrdered<m8x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i16; 2]>>> for LexicographicallyOrdered<i16x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u16; 2]>>> for LexicographicallyOrdered<u16x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m16; 2]>>> for LexicographicallyOrdered<m16x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i8; 8]>>> for LexicographicallyOrdered<i8x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u8; 8]>>> for LexicographicallyOrdered<u8x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m8; 8]>>> for LexicographicallyOrdered<m8x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i16; 4]>>> for LexicographicallyOrdered<i16x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u16; 4]>>> for LexicographicallyOrdered<u16x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m16; 4]>>> for LexicographicallyOrdered<m16x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i32; 2]>>> for LexicographicallyOrdered<i32x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u32; 2]>>> for LexicographicallyOrdered<u32x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m32; 2]>>> for LexicographicallyOrdered<m32x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i8; 16]>>> for LexicographicallyOrdered<i8x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u8; 16]>>> for LexicographicallyOrdered<u8x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m8; 16]>>> for LexicographicallyOrdered<m8x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i16; 8]>>> for LexicographicallyOrdered<i16x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u16; 8]>>> for LexicographicallyOrdered<u16x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m16; 8]>>> for LexicographicallyOrdered<m16x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i32; 4]>>> for LexicographicallyOrdered<i32x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u32; 4]>>> for LexicographicallyOrdered<u32x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m32; 4]>>> for LexicographicallyOrdered<m32x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i64; 2]>>> for LexicographicallyOrdered<i64x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u64; 2]>>> for LexicographicallyOrdered<u64x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m64; 2]>>> for LexicographicallyOrdered<m64x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i128; 1]>>> for LexicographicallyOrdered<i128x1>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u128; 1]>>> for LexicographicallyOrdered<u128x1>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m128; 1]>>> for LexicographicallyOrdered<m128x1>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i8; 32]>>> for LexicographicallyOrdered<i8x32>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u8; 32]>>> for LexicographicallyOrdered<u8x32>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m8; 32]>>> for LexicographicallyOrdered<m8x32>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i16; 16]>>> for LexicographicallyOrdered<i16x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u16; 16]>>> for LexicographicallyOrdered<u16x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m16; 16]>>> for LexicographicallyOrdered<m16x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i32; 8]>>> for LexicographicallyOrdered<i32x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u32; 8]>>> for LexicographicallyOrdered<u32x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m32; 8]>>> for LexicographicallyOrdered<m32x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i64; 4]>>> for LexicographicallyOrdered<i64x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u64; 4]>>> for LexicographicallyOrdered<u64x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m64; 4]>>> for LexicographicallyOrdered<m64x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i128; 2]>>> for LexicographicallyOrdered<i128x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u128; 2]>>> for LexicographicallyOrdered<u128x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m128; 2]>>> for LexicographicallyOrdered<m128x2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i8; 64]>>> for LexicographicallyOrdered<i8x64>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u8; 64]>>> for LexicographicallyOrdered<u8x64>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m8; 64]>>> for LexicographicallyOrdered<m8x64>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i16; 32]>>> for LexicographicallyOrdered<i16x32>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u16; 32]>>> for LexicographicallyOrdered<u16x32>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m16; 32]>>> for LexicographicallyOrdered<m16x32>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i32; 16]>>> for LexicographicallyOrdered<i32x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u32; 16]>>> for LexicographicallyOrdered<u32x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m32; 16]>>> for LexicographicallyOrdered<m32x16>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i64; 8]>>> for LexicographicallyOrdered<i64x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u64; 8]>>> for LexicographicallyOrdered<u64x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m64; 8]>>> for LexicographicallyOrdered<m64x8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[i128; 4]>>> for LexicographicallyOrdered<i128x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[u128; 4]>>> for LexicographicallyOrdered<u128x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[m128; 4]>>> for LexicographicallyOrdered<m128x4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[isize; 2]>>> for LexicographicallyOrdered<isizex2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[usize; 2]>>> for LexicographicallyOrdered<usizex2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[msize; 2]>>> for LexicographicallyOrdered<msizex2>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[isize; 4]>>> for LexicographicallyOrdered<isizex4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[usize; 4]>>> for LexicographicallyOrdered<usizex4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[msize; 4]>>> for LexicographicallyOrdered<msizex4>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[isize; 8]>>> for LexicographicallyOrdered<isizex8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[usize; 8]>>> for LexicographicallyOrdered<usizex8>[src]

impl PartialOrd<LexicographicallyOrdered<Simd<[msize; 8]>>> for LexicographicallyOrdered<msizex8>[src]

impl<T: Copy> Copy for LexicographicallyOrdered<T>[src]

Auto Trait Implementations

impl<T> Send for LexicographicallyOrdered<T> where
    T: Send

impl<T> Sync for LexicographicallyOrdered<T> where
    T: Sync

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]