Struct simba::simd::AutoSimd[][src]

#[repr(align(16))]pub struct AutoSimd<N>(pub N);

An Simd structure that implements all the relevant traits from num an simba.

This is needed to overcome the orphan rules.

Implementations

impl AutoSimd<[f32; 2]>[src]

pub fn new(_0: f32, _1: f32) -> Self[src]

impl AutoSimd<[f32; 4]>[src]

pub fn new(_0: f32, _1: f32, _2: f32, _3: f32) -> Self[src]

impl AutoSimd<[f32; 8]>[src]

pub fn new(
    _0: f32,
    _1: f32,
    _2: f32,
    _3: f32,
    _4: f32,
    _5: f32,
    _6: f32,
    _7: f32
) -> Self
[src]

impl AutoSimd<[f32; 16]>[src]

pub fn new(
    _0: f32,
    _1: f32,
    _2: f32,
    _3: f32,
    _4: f32,
    _5: f32,
    _6: f32,
    _7: f32,
    _8: f32,
    _9: f32,
    _10: f32,
    _11: f32,
    _12: f32,
    _13: f32,
    _14: f32,
    _15: f32
) -> Self
[src]

impl AutoSimd<[f64; 2]>[src]

pub fn new(_0: f64, _1: f64) -> Self[src]

impl AutoSimd<[f64; 4]>[src]

pub fn new(_0: f64, _1: f64, _2: f64, _3: f64) -> Self[src]

impl AutoSimd<[f64; 8]>[src]

pub fn new(
    _0: f64,
    _1: f64,
    _2: f64,
    _3: f64,
    _4: f64,
    _5: f64,
    _6: f64,
    _7: f64
) -> Self
[src]

impl AutoSimd<[i128; 1]>[src]

pub fn new(_0: i128) -> Self[src]

impl AutoSimd<[i128; 2]>[src]

pub fn new(_0: i128, _1: i128) -> Self[src]

impl AutoSimd<[i128; 4]>[src]

pub fn new(_0: i128, _1: i128, _2: i128, _3: i128) -> Self[src]

impl AutoSimd<[i16; 2]>[src]

pub fn new(_0: i16, _1: i16) -> Self[src]

impl AutoSimd<[i16; 4]>[src]

pub fn new(_0: i16, _1: i16, _2: i16, _3: i16) -> Self[src]

impl AutoSimd<[i16; 8]>[src]

pub fn new(
    _0: i16,
    _1: i16,
    _2: i16,
    _3: i16,
    _4: i16,
    _5: i16,
    _6: i16,
    _7: i16
) -> Self
[src]

impl AutoSimd<[i16; 16]>[src]

pub fn new(
    _0: i16,
    _1: i16,
    _2: i16,
    _3: i16,
    _4: i16,
    _5: i16,
    _6: i16,
    _7: i16,
    _8: i16,
    _9: i16,
    _10: i16,
    _11: i16,
    _12: i16,
    _13: i16,
    _14: i16,
    _15: i16
) -> Self
[src]

impl AutoSimd<[i16; 32]>[src]

pub fn new(
    _0: i16,
    _1: i16,
    _2: i16,
    _3: i16,
    _4: i16,
    _5: i16,
    _6: i16,
    _7: i16,
    _8: i16,
    _9: i16,
    _10: i16,
    _11: i16,
    _12: i16,
    _13: i16,
    _14: i16,
    _15: i16,
    _16: i16,
    _17: i16,
    _18: i16,
    _19: i16,
    _20: i16,
    _21: i16,
    _22: i16,
    _23: i16,
    _24: i16,
    _25: i16,
    _26: i16,
    _27: i16,
    _28: i16,
    _29: i16,
    _30: i16,
    _31: i16
) -> Self
[src]

impl AutoSimd<[i32; 2]>[src]

pub fn new(_0: i32, _1: i32) -> Self[src]

impl AutoSimd<[i32; 4]>[src]

pub fn new(_0: i32, _1: i32, _2: i32, _3: i32) -> Self[src]

impl AutoSimd<[i32; 8]>[src]

pub fn new(
    _0: i32,
    _1: i32,
    _2: i32,
    _3: i32,
    _4: i32,
    _5: i32,
    _6: i32,
    _7: i32
) -> Self
[src]

impl AutoSimd<[i32; 16]>[src]

pub fn new(
    _0: i32,
    _1: i32,
    _2: i32,
    _3: i32,
    _4: i32,
    _5: i32,
    _6: i32,
    _7: i32,
    _8: i32,
    _9: i32,
    _10: i32,
    _11: i32,
    _12: i32,
    _13: i32,
    _14: i32,
    _15: i32
) -> Self
[src]

impl AutoSimd<[i64; 2]>[src]

pub fn new(_0: i64, _1: i64) -> Self[src]

impl AutoSimd<[i64; 4]>[src]

pub fn new(_0: i64, _1: i64, _2: i64, _3: i64) -> Self[src]

impl AutoSimd<[i64; 8]>[src]

pub fn new(
    _0: i64,
    _1: i64,
    _2: i64,
    _3: i64,
    _4: i64,
    _5: i64,
    _6: i64,
    _7: i64
) -> Self
[src]

impl AutoSimd<[i8; 2]>[src]

pub fn new(_0: i8, _1: i8) -> Self[src]

impl AutoSimd<[i8; 4]>[src]

pub fn new(_0: i8, _1: i8, _2: i8, _3: i8) -> Self[src]

impl AutoSimd<[i8; 8]>[src]

pub fn new(
    _0: i8,
    _1: i8,
    _2: i8,
    _3: i8,
    _4: i8,
    _5: i8,
    _6: i8,
    _7: i8
) -> Self
[src]

impl AutoSimd<[i8; 16]>[src]

pub fn new(
    _0: i8,
    _1: i8,
    _2: i8,
    _3: i8,
    _4: i8,
    _5: i8,
    _6: i8,
    _7: i8,
    _8: i8,
    _9: i8,
    _10: i8,
    _11: i8,
    _12: i8,
    _13: i8,
    _14: i8,
    _15: i8
) -> Self
[src]

impl AutoSimd<[i8; 32]>[src]

pub fn new(
    _0: i8,
    _1: i8,
    _2: i8,
    _3: i8,
    _4: i8,
    _5: i8,
    _6: i8,
    _7: i8,
    _8: i8,
    _9: i8,
    _10: i8,
    _11: i8,
    _12: i8,
    _13: i8,
    _14: i8,
    _15: i8,
    _16: i8,
    _17: i8,
    _18: i8,
    _19: i8,
    _20: i8,
    _21: i8,
    _22: i8,
    _23: i8,
    _24: i8,
    _25: i8,
    _26: i8,
    _27: i8,
    _28: i8,
    _29: i8,
    _30: i8,
    _31: i8
) -> Self
[src]

impl AutoSimd<[isize; 2]>[src]

pub fn new(_0: isize, _1: isize) -> Self[src]

impl AutoSimd<[isize; 4]>[src]

pub fn new(_0: isize, _1: isize, _2: isize, _3: isize) -> Self[src]

impl AutoSimd<[isize; 8]>[src]

pub fn new(
    _0: isize,
    _1: isize,
    _2: isize,
    _3: isize,
    _4: isize,
    _5: isize,
    _6: isize,
    _7: isize
) -> Self
[src]

impl AutoSimd<[u128; 1]>[src]

pub fn new(_0: u128) -> Self[src]

impl AutoSimd<[u128; 2]>[src]

pub fn new(_0: u128, _1: u128) -> Self[src]

impl AutoSimd<[u128; 4]>[src]

pub fn new(_0: u128, _1: u128, _2: u128, _3: u128) -> Self[src]

impl AutoSimd<[u16; 2]>[src]

pub fn new(_0: u16, _1: u16) -> Self[src]

impl AutoSimd<[u16; 4]>[src]

pub fn new(_0: u16, _1: u16, _2: u16, _3: u16) -> Self[src]

impl AutoSimd<[u16; 8]>[src]

pub fn new(
    _0: u16,
    _1: u16,
    _2: u16,
    _3: u16,
    _4: u16,
    _5: u16,
    _6: u16,
    _7: u16
) -> Self
[src]

impl AutoSimd<[u16; 16]>[src]

pub fn new(
    _0: u16,
    _1: u16,
    _2: u16,
    _3: u16,
    _4: u16,
    _5: u16,
    _6: u16,
    _7: u16,
    _8: u16,
    _9: u16,
    _10: u16,
    _11: u16,
    _12: u16,
    _13: u16,
    _14: u16,
    _15: u16
) -> Self
[src]

impl AutoSimd<[u16; 32]>[src]

pub fn new(
    _0: u16,
    _1: u16,
    _2: u16,
    _3: u16,
    _4: u16,
    _5: u16,
    _6: u16,
    _7: u16,
    _8: u16,
    _9: u16,
    _10: u16,
    _11: u16,
    _12: u16,
    _13: u16,
    _14: u16,
    _15: u16,
    _16: u16,
    _17: u16,
    _18: u16,
    _19: u16,
    _20: u16,
    _21: u16,
    _22: u16,
    _23: u16,
    _24: u16,
    _25: u16,
    _26: u16,
    _27: u16,
    _28: u16,
    _29: u16,
    _30: u16,
    _31: u16
) -> Self
[src]

impl AutoSimd<[u32; 2]>[src]

pub fn new(_0: u32, _1: u32) -> Self[src]

impl AutoSimd<[u32; 4]>[src]

pub fn new(_0: u32, _1: u32, _2: u32, _3: u32) -> Self[src]

impl AutoSimd<[u32; 8]>[src]

pub fn new(
    _0: u32,
    _1: u32,
    _2: u32,
    _3: u32,
    _4: u32,
    _5: u32,
    _6: u32,
    _7: u32
) -> Self
[src]

impl AutoSimd<[u32; 16]>[src]

pub fn new(
    _0: u32,
    _1: u32,
    _2: u32,
    _3: u32,
    _4: u32,
    _5: u32,
    _6: u32,
    _7: u32,
    _8: u32,
    _9: u32,
    _10: u32,
    _11: u32,
    _12: u32,
    _13: u32,
    _14: u32,
    _15: u32
) -> Self
[src]

impl AutoSimd<[u64; 2]>[src]

pub fn new(_0: u64, _1: u64) -> Self[src]

impl AutoSimd<[u64; 4]>[src]

pub fn new(_0: u64, _1: u64, _2: u64, _3: u64) -> Self[src]

impl AutoSimd<[u64; 8]>[src]

pub fn new(
    _0: u64,
    _1: u64,
    _2: u64,
    _3: u64,
    _4: u64,
    _5: u64,
    _6: u64,
    _7: u64
) -> Self
[src]

impl AutoSimd<[u8; 2]>[src]

pub fn new(_0: u8, _1: u8) -> Self[src]

impl AutoSimd<[u8; 4]>[src]

pub fn new(_0: u8, _1: u8, _2: u8, _3: u8) -> Self[src]

impl AutoSimd<[u8; 8]>[src]

pub fn new(
    _0: u8,
    _1: u8,
    _2: u8,
    _3: u8,
    _4: u8,
    _5: u8,
    _6: u8,
    _7: u8
) -> Self
[src]

impl AutoSimd<[u8; 16]>[src]

pub fn new(
    _0: u8,
    _1: u8,
    _2: u8,
    _3: u8,
    _4: u8,
    _5: u8,
    _6: u8,
    _7: u8,
    _8: u8,
    _9: u8,
    _10: u8,
    _11: u8,
    _12: u8,
    _13: u8,
    _14: u8,
    _15: u8
) -> Self
[src]

impl AutoSimd<[u8; 32]>[src]

pub fn new(
    _0: u8,
    _1: u8,
    _2: u8,
    _3: u8,
    _4: u8,
    _5: u8,
    _6: u8,
    _7: u8,
    _8: u8,
    _9: u8,
    _10: u8,
    _11: u8,
    _12: u8,
    _13: u8,
    _14: u8,
    _15: u8,
    _16: u8,
    _17: u8,
    _18: u8,
    _19: u8,
    _20: u8,
    _21: u8,
    _22: u8,
    _23: u8,
    _24: u8,
    _25: u8,
    _26: u8,
    _27: u8,
    _28: u8,
    _29: u8,
    _30: u8,
    _31: u8
) -> Self
[src]

impl AutoSimd<[usize; 2]>[src]

pub fn new(_0: usize, _1: usize) -> Self[src]

impl AutoSimd<[usize; 4]>[src]

pub fn new(_0: usize, _1: usize, _2: usize, _3: usize) -> Self[src]

impl AutoSimd<[usize; 8]>[src]

pub fn new(
    _0: usize,
    _1: usize,
    _2: usize,
    _3: usize,
    _4: usize,
    _5: usize,
    _6: usize,
    _7: usize
) -> Self
[src]

impl AutoSimd<[bool; 1]>[src]

pub fn new(_0: bool) -> Self[src]

impl AutoSimd<[bool; 2]>[src]

pub fn new(_0: bool, _1: bool) -> Self[src]

impl AutoSimd<[bool; 4]>[src]

pub fn new(_0: bool, _1: bool, _2: bool, _3: bool) -> Self[src]

impl AutoSimd<[bool; 8]>[src]

pub fn new(
    _0: bool,
    _1: bool,
    _2: bool,
    _3: bool,
    _4: bool,
    _5: bool,
    _6: bool,
    _7: bool
) -> Self
[src]

impl AutoSimd<[bool; 16]>[src]

pub fn new(
    _0: bool,
    _1: bool,
    _2: bool,
    _3: bool,
    _4: bool,
    _5: bool,
    _6: bool,
    _7: bool,
    _8: bool,
    _9: bool,
    _10: bool,
    _11: bool,
    _12: bool,
    _13: bool,
    _14: bool,
    _15: bool
) -> Self
[src]

impl AutoSimd<[bool; 32]>[src]

pub fn new(
    _0: bool,
    _1: bool,
    _2: bool,
    _3: bool,
    _4: bool,
    _5: bool,
    _6: bool,
    _7: bool,
    _8: bool,
    _9: bool,
    _10: bool,
    _11: bool,
    _12: bool,
    _13: bool,
    _14: bool,
    _15: bool,
    _16: bool,
    _17: bool,
    _18: bool,
    _19: bool,
    _20: bool,
    _21: bool,
    _22: bool,
    _23: bool,
    _24: bool,
    _25: bool,
    _26: bool,
    _27: bool,
    _28: bool,
    _29: bool,
    _30: bool,
    _31: bool
) -> Self
[src]

Trait Implementations

impl Add<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl AddAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

impl AddAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

impl AddAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

impl AddAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

impl AddAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

impl AddAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

impl AddAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

impl AddAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

impl AddAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

impl AddAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

impl AddAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

impl AddAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

impl AddAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

impl AddAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

impl AddAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

impl AddAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

impl AddAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

impl AddAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

impl AddAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

impl AddAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

impl AddAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

impl AddAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

impl AddAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

impl AddAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

impl AddAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

impl AddAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

impl AddAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

impl AddAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

impl AddAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

impl AddAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

impl AddAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

impl AddAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

impl AddAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

impl AddAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

impl AddAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

impl AddAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

impl AddAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

impl AddAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

impl AddAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

impl AddAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

impl AddAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

impl AddAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

impl AddAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

impl AddAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

impl AddAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

impl AddAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

impl AddAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

impl AddAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

impl AddAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

impl AddAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

impl AddAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

impl AddAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

impl AddAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

impl BitAnd<AutoSimd<[bool; 1]>> for AutoSimd<[bool; 1]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<AutoSimd<[bool; 16]>> for AutoSimd<[bool; 16]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<AutoSimd<[bool; 2]>> for AutoSimd<[bool; 2]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<AutoSimd<[bool; 32]>> for AutoSimd<[bool; 32]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<AutoSimd<[bool; 4]>> for AutoSimd<[bool; 4]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<AutoSimd<[bool; 8]>> for AutoSimd<[bool; 8]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<AutoSimd<[bool; 1]>> for AutoSimd<[bool; 1]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<AutoSimd<[bool; 16]>> for AutoSimd<[bool; 16]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<AutoSimd<[bool; 2]>> for AutoSimd<[bool; 2]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<AutoSimd<[bool; 32]>> for AutoSimd<[bool; 32]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<AutoSimd<[bool; 4]>> for AutoSimd<[bool; 4]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<AutoSimd<[bool; 8]>> for AutoSimd<[bool; 8]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<AutoSimd<[bool; 1]>> for AutoSimd<[bool; 1]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<AutoSimd<[bool; 16]>> for AutoSimd<[bool; 16]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<AutoSimd<[bool; 2]>> for AutoSimd<[bool; 2]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<AutoSimd<[bool; 32]>> for AutoSimd<[bool; 32]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<AutoSimd<[bool; 4]>> for AutoSimd<[bool; 4]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<AutoSimd<[bool; 8]>> for AutoSimd<[bool; 8]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl<N: Clone> Clone for AutoSimd<N>[src]

impl<N: Copy> Copy for AutoSimd<N>[src]

impl<N: Debug> Debug for AutoSimd<N>[src]

impl Display for AutoSimd<[f32; 2]>[src]

impl Display for AutoSimd<[f32; 4]>[src]

impl Display for AutoSimd<[i16; 2]>[src]

impl Display for AutoSimd<[i16; 4]>[src]

impl Display for AutoSimd<[i16; 8]>[src]

impl Display for AutoSimd<[i16; 16]>[src]

impl Display for AutoSimd<[i16; 32]>[src]

impl Display for AutoSimd<[i32; 2]>[src]

impl Display for AutoSimd<[i32; 4]>[src]

impl Display for AutoSimd<[i32; 8]>[src]

impl Display for AutoSimd<[i32; 16]>[src]

impl Display for AutoSimd<[i64; 2]>[src]

impl Display for AutoSimd<[f32; 8]>[src]

impl Display for AutoSimd<[i64; 4]>[src]

impl Display for AutoSimd<[i64; 8]>[src]

impl Display for AutoSimd<[i8; 2]>[src]

impl Display for AutoSimd<[i8; 4]>[src]

impl Display for AutoSimd<[i8; 8]>[src]

impl Display for AutoSimd<[i8; 16]>[src]

impl Display for AutoSimd<[i8; 32]>[src]

impl Display for AutoSimd<[isize; 2]>[src]

impl Display for AutoSimd<[isize; 4]>[src]

impl Display for AutoSimd<[isize; 8]>[src]

impl Display for AutoSimd<[f32; 16]>[src]

impl Display for AutoSimd<[u128; 1]>[src]

impl Display for AutoSimd<[u128; 2]>[src]

impl Display for AutoSimd<[u128; 4]>[src]

impl Display for AutoSimd<[u16; 2]>[src]

impl Display for AutoSimd<[u16; 4]>[src]

impl Display for AutoSimd<[u16; 8]>[src]

impl Display for AutoSimd<[u16; 16]>[src]

impl Display for AutoSimd<[u16; 32]>[src]

impl Display for AutoSimd<[u32; 2]>[src]

impl Display for AutoSimd<[u32; 4]>[src]

impl Display for AutoSimd<[f64; 2]>[src]

impl Display for AutoSimd<[u32; 8]>[src]

impl Display for AutoSimd<[u32; 16]>[src]

impl Display for AutoSimd<[u64; 2]>[src]

impl Display for AutoSimd<[u64; 4]>[src]

impl Display for AutoSimd<[u64; 8]>[src]

impl Display for AutoSimd<[u8; 2]>[src]

impl Display for AutoSimd<[u8; 4]>[src]

impl Display for AutoSimd<[u8; 8]>[src]

impl Display for AutoSimd<[u8; 16]>[src]

impl Display for AutoSimd<[u8; 32]>[src]

impl Display for AutoSimd<[f64; 4]>[src]

impl Display for AutoSimd<[usize; 2]>[src]

impl Display for AutoSimd<[usize; 4]>[src]

impl Display for AutoSimd<[usize; 8]>[src]

impl Display for AutoSimd<[bool; 1]>[src]

impl Display for AutoSimd<[bool; 2]>[src]

impl Display for AutoSimd<[bool; 4]>[src]

impl Display for AutoSimd<[bool; 8]>[src]

impl Display for AutoSimd<[bool; 16]>[src]

impl Display for AutoSimd<[bool; 32]>[src]

impl Display for AutoSimd<[f64; 8]>[src]

impl Display for AutoSimd<[i128; 1]>[src]

impl Display for AutoSimd<[i128; 2]>[src]

impl Display for AutoSimd<[i128; 4]>[src]

impl Div<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl DivAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

impl DivAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

impl DivAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

impl DivAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

impl DivAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

impl DivAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

impl DivAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

impl DivAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

impl DivAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

impl DivAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

impl DivAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

impl DivAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

impl DivAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

impl DivAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

impl DivAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

impl DivAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

impl DivAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

impl DivAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

impl DivAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

impl DivAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

impl DivAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

impl DivAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

impl DivAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

impl DivAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

impl DivAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

impl DivAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

impl DivAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

impl DivAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

impl DivAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

impl DivAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

impl DivAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

impl DivAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

impl DivAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

impl DivAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

impl DivAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

impl DivAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

impl DivAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

impl DivAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

impl DivAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

impl DivAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

impl DivAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

impl DivAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

impl DivAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

impl DivAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

impl DivAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

impl DivAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

impl DivAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

impl DivAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

impl DivAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

impl DivAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

impl DivAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

impl DivAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

impl DivAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

impl<N: Eq> Eq for AutoSimd<N>[src]

impl Field for AutoSimd<[f32; 2]>[src]

impl Field for AutoSimd<[f32; 4]>[src]

impl Field for AutoSimd<[f32; 8]>[src]

impl Field for AutoSimd<[f32; 16]>[src]

impl Field for AutoSimd<[f64; 2]>[src]

impl Field for AutoSimd<[f64; 4]>[src]

impl Field for AutoSimd<[f64; 8]>[src]

impl From<[bool; 1]> for AutoSimd<[bool; 1]>[src]

impl From<[bool; 16]> for AutoSimd<[bool; 16]>[src]

impl From<[bool; 2]> for AutoSimd<[bool; 2]>[src]

impl From<[bool; 32]> for AutoSimd<[bool; 32]>[src]

impl From<[bool; 4]> for AutoSimd<[bool; 4]>[src]

impl From<[bool; 8]> for AutoSimd<[bool; 8]>[src]

impl From<[f32; 16]> for AutoSimd<[f32; 16]>[src]

impl From<[f32; 2]> for AutoSimd<[f32; 2]>[src]

impl From<[f32; 4]> for AutoSimd<[f32; 4]>[src]

impl From<[f32; 8]> for AutoSimd<[f32; 8]>[src]

impl From<[f64; 2]> for AutoSimd<[f64; 2]>[src]

impl From<[f64; 4]> for AutoSimd<[f64; 4]>[src]

impl From<[f64; 8]> for AutoSimd<[f64; 8]>[src]

impl From<[i128; 1]> for AutoSimd<[i128; 1]>[src]

impl From<[i128; 2]> for AutoSimd<[i128; 2]>[src]

impl From<[i128; 4]> for AutoSimd<[i128; 4]>[src]

impl From<[i16; 16]> for AutoSimd<[i16; 16]>[src]

impl From<[i16; 2]> for AutoSimd<[i16; 2]>[src]

impl From<[i16; 32]> for AutoSimd<[i16; 32]>[src]

impl From<[i16; 4]> for AutoSimd<[i16; 4]>[src]

impl From<[i16; 8]> for AutoSimd<[i16; 8]>[src]

impl From<[i32; 16]> for AutoSimd<[i32; 16]>[src]

impl From<[i32; 2]> for AutoSimd<[i32; 2]>[src]

impl From<[i32; 4]> for AutoSimd<[i32; 4]>[src]

impl From<[i32; 8]> for AutoSimd<[i32; 8]>[src]

impl From<[i64; 2]> for AutoSimd<[i64; 2]>[src]

impl From<[i64; 4]> for AutoSimd<[i64; 4]>[src]

impl From<[i64; 8]> for AutoSimd<[i64; 8]>[src]

impl From<[i8; 16]> for AutoSimd<[i8; 16]>[src]

impl From<[i8; 2]> for AutoSimd<[i8; 2]>[src]

impl From<[i8; 32]> for AutoSimd<[i8; 32]>[src]

impl From<[i8; 4]> for AutoSimd<[i8; 4]>[src]

impl From<[i8; 8]> for AutoSimd<[i8; 8]>[src]

impl From<[isize; 2]> for AutoSimd<[isize; 2]>[src]

impl From<[isize; 4]> for AutoSimd<[isize; 4]>[src]

impl From<[isize; 8]> for AutoSimd<[isize; 8]>[src]

impl From<[u128; 1]> for AutoSimd<[u128; 1]>[src]

impl From<[u128; 2]> for AutoSimd<[u128; 2]>[src]

impl From<[u128; 4]> for AutoSimd<[u128; 4]>[src]

impl From<[u16; 16]> for AutoSimd<[u16; 16]>[src]

impl From<[u16; 2]> for AutoSimd<[u16; 2]>[src]

impl From<[u16; 32]> for AutoSimd<[u16; 32]>[src]

impl From<[u16; 4]> for AutoSimd<[u16; 4]>[src]

impl From<[u16; 8]> for AutoSimd<[u16; 8]>[src]

impl From<[u32; 16]> for AutoSimd<[u32; 16]>[src]

impl From<[u32; 2]> for AutoSimd<[u32; 2]>[src]

impl From<[u32; 4]> for AutoSimd<[u32; 4]>[src]

impl From<[u32; 8]> for AutoSimd<[u32; 8]>[src]

impl From<[u64; 2]> for AutoSimd<[u64; 2]>[src]

impl From<[u64; 4]> for AutoSimd<[u64; 4]>[src]

impl From<[u64; 8]> for AutoSimd<[u64; 8]>[src]

impl From<[u8; 16]> for AutoSimd<[u8; 16]>[src]

impl From<[u8; 2]> for AutoSimd<[u8; 2]>[src]

impl From<[u8; 32]> for AutoSimd<[u8; 32]>[src]

impl From<[u8; 4]> for AutoSimd<[u8; 4]>[src]

impl From<[u8; 8]> for AutoSimd<[u8; 8]>[src]

impl From<[usize; 2]> for AutoSimd<[usize; 2]>[src]

impl From<[usize; 4]> for AutoSimd<[usize; 4]>[src]

impl From<[usize; 8]> for AutoSimd<[usize; 8]>[src]

impl FromPrimitive for AutoSimd<[f32; 2]>[src]

impl FromPrimitive for AutoSimd<[f32; 4]>[src]

impl FromPrimitive for AutoSimd<[i16; 2]>[src]

impl FromPrimitive for AutoSimd<[i16; 4]>[src]

impl FromPrimitive for AutoSimd<[i16; 8]>[src]

impl FromPrimitive for AutoSimd<[i16; 16]>[src]

impl FromPrimitive for AutoSimd<[i16; 32]>[src]

impl FromPrimitive for AutoSimd<[i32; 2]>[src]

impl FromPrimitive for AutoSimd<[i32; 4]>[src]

impl FromPrimitive for AutoSimd<[i32; 8]>[src]

impl FromPrimitive for AutoSimd<[i32; 16]>[src]

impl FromPrimitive for AutoSimd<[i64; 2]>[src]

impl FromPrimitive for AutoSimd<[f32; 8]>[src]

impl FromPrimitive for AutoSimd<[i64; 4]>[src]

impl FromPrimitive for AutoSimd<[i64; 8]>[src]

impl FromPrimitive for AutoSimd<[i8; 2]>[src]

impl FromPrimitive for AutoSimd<[i8; 4]>[src]

impl FromPrimitive for AutoSimd<[i8; 8]>[src]

impl FromPrimitive for AutoSimd<[i8; 16]>[src]

impl FromPrimitive for AutoSimd<[i8; 32]>[src]

impl FromPrimitive for AutoSimd<[isize; 2]>[src]

impl FromPrimitive for AutoSimd<[isize; 4]>[src]

impl FromPrimitive for AutoSimd<[isize; 8]>[src]

impl FromPrimitive for AutoSimd<[f32; 16]>[src]

impl FromPrimitive for AutoSimd<[u128; 1]>[src]

impl FromPrimitive for AutoSimd<[u128; 2]>[src]

impl FromPrimitive for AutoSimd<[u128; 4]>[src]

impl FromPrimitive for AutoSimd<[u16; 2]>[src]

impl FromPrimitive for AutoSimd<[u16; 4]>[src]

impl FromPrimitive for AutoSimd<[u16; 8]>[src]

impl FromPrimitive for AutoSimd<[u16; 16]>[src]

impl FromPrimitive for AutoSimd<[u16; 32]>[src]

impl FromPrimitive for AutoSimd<[u32; 2]>[src]

impl FromPrimitive for AutoSimd<[u32; 4]>[src]

impl FromPrimitive for AutoSimd<[f64; 2]>[src]

impl FromPrimitive for AutoSimd<[u32; 8]>[src]

impl FromPrimitive for AutoSimd<[u32; 16]>[src]

impl FromPrimitive for AutoSimd<[u64; 2]>[src]

impl FromPrimitive for AutoSimd<[u64; 4]>[src]

impl FromPrimitive for AutoSimd<[u64; 8]>[src]

impl FromPrimitive for AutoSimd<[u8; 2]>[src]

impl FromPrimitive for AutoSimd<[u8; 4]>[src]

impl FromPrimitive for AutoSimd<[u8; 8]>[src]

impl FromPrimitive for AutoSimd<[u8; 16]>[src]

impl FromPrimitive for AutoSimd<[u8; 32]>[src]

impl FromPrimitive for AutoSimd<[f64; 4]>[src]

impl FromPrimitive for AutoSimd<[usize; 2]>[src]

impl FromPrimitive for AutoSimd<[usize; 4]>[src]

impl FromPrimitive for AutoSimd<[usize; 8]>[src]

impl FromPrimitive for AutoSimd<[f64; 8]>[src]

impl FromPrimitive for AutoSimd<[i128; 1]>[src]

impl FromPrimitive for AutoSimd<[i128; 2]>[src]

impl FromPrimitive for AutoSimd<[i128; 4]>[src]

impl Mul<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl MulAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

impl MulAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

impl MulAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

impl MulAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

impl MulAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

impl MulAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

impl MulAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

impl MulAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

impl MulAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

impl MulAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

impl MulAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

impl MulAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

impl MulAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

impl MulAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

impl MulAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

impl MulAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

impl MulAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

impl MulAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

impl MulAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

impl MulAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

impl MulAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

impl MulAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

impl MulAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

impl MulAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

impl MulAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

impl MulAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

impl MulAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

impl MulAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

impl MulAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

impl MulAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

impl MulAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

impl MulAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

impl MulAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

impl MulAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

impl MulAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

impl MulAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

impl MulAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

impl MulAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

impl MulAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

impl MulAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

impl MulAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

impl MulAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

impl MulAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

impl MulAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

impl MulAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

impl MulAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

impl MulAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

impl MulAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

impl MulAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

impl MulAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

impl MulAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

impl MulAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

impl MulAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

impl Neg for AutoSimd<[f32; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[f32; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i16; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i16; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i16; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i16; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i16; 32]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i32; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i32; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i32; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i32; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i64; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[f32; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i64; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i64; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i8; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i8; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i8; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i8; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i8; 32]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[isize; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[isize; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[isize; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[f32; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[f64; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[f64; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[f64; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i128; 1]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i128; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for AutoSimd<[i128; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Not for AutoSimd<[bool; 1]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for AutoSimd<[bool; 2]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for AutoSimd<[bool; 4]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for AutoSimd<[bool; 8]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for AutoSimd<[bool; 16]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for AutoSimd<[bool; 32]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Num for AutoSimd<[f32; 2]>[src]

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[f32; 4]>[src]

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i16; 2]>[src]

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i16; 4]>[src]

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i16; 8]>[src]

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i16; 16]>[src]

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i16; 32]>[src]

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i32; 2]>[src]

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i32; 4]>[src]

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i32; 8]>[src]

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i32; 16]>[src]

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i64; 2]>[src]

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[f32; 8]>[src]

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i64; 4]>[src]

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i64; 8]>[src]

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i8; 2]>[src]

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i8; 4]>[src]

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i8; 8]>[src]

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i8; 16]>[src]

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i8; 32]>[src]

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[isize; 2]>[src]

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

impl Num for AutoSimd<[isize; 4]>[src]

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

impl Num for AutoSimd<[isize; 8]>[src]

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

impl Num for AutoSimd<[f32; 16]>[src]

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u128; 1]>[src]

type FromStrRadixErr = <u128 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u128; 2]>[src]

type FromStrRadixErr = <u128 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u128; 4]>[src]

type FromStrRadixErr = <u128 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u16; 2]>[src]

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u16; 4]>[src]

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u16; 8]>[src]

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u16; 16]>[src]

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u16; 32]>[src]

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u32; 2]>[src]

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u32; 4]>[src]

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[f64; 2]>[src]

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u32; 8]>[src]

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u32; 16]>[src]

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u64; 2]>[src]

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u64; 4]>[src]

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u64; 8]>[src]

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u8; 2]>[src]

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u8; 4]>[src]

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u8; 8]>[src]

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u8; 16]>[src]

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[u8; 32]>[src]

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

impl Num for AutoSimd<[f64; 4]>[src]

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[usize; 2]>[src]

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

impl Num for AutoSimd<[usize; 4]>[src]

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

impl Num for AutoSimd<[usize; 8]>[src]

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

impl Num for AutoSimd<[f64; 8]>[src]

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i128; 1]>[src]

type FromStrRadixErr = <i128 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i128; 2]>[src]

type FromStrRadixErr = <i128 as Num>::FromStrRadixErr

impl Num for AutoSimd<[i128; 4]>[src]

type FromStrRadixErr = <i128 as Num>::FromStrRadixErr

impl One for AutoSimd<[f32; 2]>[src]

impl One for AutoSimd<[f32; 4]>[src]

impl One for AutoSimd<[i16; 2]>[src]

impl One for AutoSimd<[i16; 4]>[src]

impl One for AutoSimd<[i16; 8]>[src]

impl One for AutoSimd<[i16; 16]>[src]

impl One for AutoSimd<[i16; 32]>[src]

impl One for AutoSimd<[i32; 2]>[src]

impl One for AutoSimd<[i32; 4]>[src]

impl One for AutoSimd<[i32; 8]>[src]

impl One for AutoSimd<[i32; 16]>[src]

impl One for AutoSimd<[i64; 2]>[src]

impl One for AutoSimd<[f32; 8]>[src]

impl One for AutoSimd<[i64; 4]>[src]

impl One for AutoSimd<[i64; 8]>[src]

impl One for AutoSimd<[i8; 2]>[src]

impl One for AutoSimd<[i8; 4]>[src]

impl One for AutoSimd<[i8; 8]>[src]

impl One for AutoSimd<[i8; 16]>[src]

impl One for AutoSimd<[i8; 32]>[src]

impl One for AutoSimd<[isize; 2]>[src]

impl One for AutoSimd<[isize; 4]>[src]

impl One for AutoSimd<[isize; 8]>[src]

impl One for AutoSimd<[f32; 16]>[src]

impl One for AutoSimd<[u128; 1]>[src]

impl One for AutoSimd<[u128; 2]>[src]

impl One for AutoSimd<[u128; 4]>[src]

impl One for AutoSimd<[u16; 2]>[src]

impl One for AutoSimd<[u16; 4]>[src]

impl One for AutoSimd<[u16; 8]>[src]

impl One for AutoSimd<[u16; 16]>[src]

impl One for AutoSimd<[u16; 32]>[src]

impl One for AutoSimd<[u32; 2]>[src]

impl One for AutoSimd<[u32; 4]>[src]

impl One for AutoSimd<[f64; 2]>[src]

impl One for AutoSimd<[u32; 8]>[src]

impl One for AutoSimd<[u32; 16]>[src]

impl One for AutoSimd<[u64; 2]>[src]

impl One for AutoSimd<[u64; 4]>[src]

impl One for AutoSimd<[u64; 8]>[src]

impl One for AutoSimd<[u8; 2]>[src]

impl One for AutoSimd<[u8; 4]>[src]

impl One for AutoSimd<[u8; 8]>[src]

impl One for AutoSimd<[u8; 16]>[src]

impl One for AutoSimd<[u8; 32]>[src]

impl One for AutoSimd<[f64; 4]>[src]

impl One for AutoSimd<[usize; 2]>[src]

impl One for AutoSimd<[usize; 4]>[src]

impl One for AutoSimd<[usize; 8]>[src]

impl One for AutoSimd<[f64; 8]>[src]

impl One for AutoSimd<[i128; 1]>[src]

impl One for AutoSimd<[i128; 2]>[src]

impl One for AutoSimd<[i128; 4]>[src]

impl<N: PartialEq> PartialEq<AutoSimd<N>> for AutoSimd<N>[src]

impl PrimitiveSimdValue for AutoSimd<[f32; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[f32; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[i16; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[i16; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[i16; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[i16; 16]>[src]

impl PrimitiveSimdValue for AutoSimd<[i16; 32]>[src]

impl PrimitiveSimdValue for AutoSimd<[i32; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[i32; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[i32; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[i32; 16]>[src]

impl PrimitiveSimdValue for AutoSimd<[i64; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[f32; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[i64; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[i64; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[i8; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[i8; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[i8; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[i8; 16]>[src]

impl PrimitiveSimdValue for AutoSimd<[i8; 32]>[src]

impl PrimitiveSimdValue for AutoSimd<[isize; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[isize; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[isize; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[f32; 16]>[src]

impl PrimitiveSimdValue for AutoSimd<[u128; 1]>[src]

impl PrimitiveSimdValue for AutoSimd<[u128; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[u128; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[u16; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[u16; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[u16; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[u16; 16]>[src]

impl PrimitiveSimdValue for AutoSimd<[u16; 32]>[src]

impl PrimitiveSimdValue for AutoSimd<[u32; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[u32; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[f64; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[u32; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[u32; 16]>[src]

impl PrimitiveSimdValue for AutoSimd<[u64; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[u64; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[u64; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[u8; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[u8; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[u8; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[u8; 16]>[src]

impl PrimitiveSimdValue for AutoSimd<[u8; 32]>[src]

impl PrimitiveSimdValue for AutoSimd<[f64; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[usize; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[usize; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[usize; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[bool; 1]>[src]

impl PrimitiveSimdValue for AutoSimd<[bool; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[bool; 4]>[src]

impl PrimitiveSimdValue for AutoSimd<[bool; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[bool; 16]>[src]

impl PrimitiveSimdValue for AutoSimd<[bool; 32]>[src]

impl PrimitiveSimdValue for AutoSimd<[f64; 8]>[src]

impl PrimitiveSimdValue for AutoSimd<[i128; 1]>[src]

impl PrimitiveSimdValue for AutoSimd<[i128; 2]>[src]

impl PrimitiveSimdValue for AutoSimd<[i128; 4]>[src]

impl Rem<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl RemAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

impl RemAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

impl RemAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

impl RemAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

impl RemAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

impl RemAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

impl RemAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

impl RemAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

impl RemAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

impl RemAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

impl RemAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

impl RemAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

impl RemAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

impl RemAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

impl RemAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

impl RemAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

impl RemAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

impl RemAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

impl RemAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

impl RemAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

impl RemAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

impl RemAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

impl RemAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

impl RemAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

impl RemAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

impl RemAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

impl RemAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

impl RemAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

impl RemAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

impl RemAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

impl RemAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

impl RemAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

impl RemAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

impl RemAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

impl RemAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

impl RemAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

impl RemAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

impl RemAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

impl RemAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

impl RemAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

impl RemAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

impl RemAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

impl RemAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

impl RemAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

impl RemAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

impl RemAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

impl RemAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

impl RemAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

impl RemAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

impl RemAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

impl RemAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

impl RemAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

impl RemAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

impl SimdBool for AutoSimd<[bool; 1]>[src]

impl SimdBool for AutoSimd<[bool; 2]>[src]

impl SimdBool for AutoSimd<[bool; 4]>[src]

impl SimdBool for AutoSimd<[bool; 8]>[src]

impl SimdBool for AutoSimd<[bool; 16]>[src]

impl SimdBool for AutoSimd<[bool; 32]>[src]

impl SimdComplexField for AutoSimd<[f32; 2]>[src]

type SimdRealField = Self

Type of the coefficients of a complex number.

impl SimdComplexField for AutoSimd<[f32; 4]>[src]

type SimdRealField = Self

Type of the coefficients of a complex number.

impl SimdComplexField for AutoSimd<[f32; 8]>[src]

type SimdRealField = Self

Type of the coefficients of a complex number.

impl SimdComplexField for AutoSimd<[f32; 16]>[src]

type SimdRealField = Self

Type of the coefficients of a complex number.

impl SimdComplexField for AutoSimd<[f64; 2]>[src]

type SimdRealField = Self

Type of the coefficients of a complex number.

impl SimdComplexField for AutoSimd<[f64; 4]>[src]

type SimdRealField = Self

Type of the coefficients of a complex number.

impl SimdComplexField for AutoSimd<[f64; 8]>[src]

type SimdRealField = Self

Type of the coefficients of a complex number.

impl SimdPartialOrd for AutoSimd<[f32; 2]>[src]

impl SimdPartialOrd for AutoSimd<[f32; 4]>[src]

impl SimdPartialOrd for AutoSimd<[i16; 2]>[src]

impl SimdPartialOrd for AutoSimd<[i16; 4]>[src]

impl SimdPartialOrd for AutoSimd<[i16; 8]>[src]

impl SimdPartialOrd for AutoSimd<[i16; 16]>[src]

impl SimdPartialOrd for AutoSimd<[i16; 32]>[src]

impl SimdPartialOrd for AutoSimd<[i32; 2]>[src]

impl SimdPartialOrd for AutoSimd<[i32; 4]>[src]

impl SimdPartialOrd for AutoSimd<[i32; 8]>[src]

impl SimdPartialOrd for AutoSimd<[i32; 16]>[src]

impl SimdPartialOrd for AutoSimd<[i64; 2]>[src]

impl SimdPartialOrd for AutoSimd<[f32; 8]>[src]

impl SimdPartialOrd for AutoSimd<[i64; 4]>[src]

impl SimdPartialOrd for AutoSimd<[i64; 8]>[src]

impl SimdPartialOrd for AutoSimd<[i8; 2]>[src]

impl SimdPartialOrd for AutoSimd<[i8; 4]>[src]

impl SimdPartialOrd for AutoSimd<[i8; 8]>[src]

impl SimdPartialOrd for AutoSimd<[i8; 16]>[src]

impl SimdPartialOrd for AutoSimd<[i8; 32]>[src]

impl SimdPartialOrd for AutoSimd<[isize; 2]>[src]

impl SimdPartialOrd for AutoSimd<[isize; 4]>[src]

impl SimdPartialOrd for AutoSimd<[isize; 8]>[src]

impl SimdPartialOrd for AutoSimd<[f32; 16]>[src]

impl SimdPartialOrd for AutoSimd<[u128; 1]>[src]

impl SimdPartialOrd for AutoSimd<[u128; 2]>[src]

impl SimdPartialOrd for AutoSimd<[u128; 4]>[src]

impl SimdPartialOrd for AutoSimd<[u16; 2]>[src]

impl SimdPartialOrd for AutoSimd<[u16; 4]>[src]

impl SimdPartialOrd for AutoSimd<[u16; 8]>[src]

impl SimdPartialOrd for AutoSimd<[u16; 16]>[src]

impl SimdPartialOrd for AutoSimd<[u16; 32]>[src]

impl SimdPartialOrd for AutoSimd<[u32; 2]>[src]

impl SimdPartialOrd for AutoSimd<[u32; 4]>[src]

impl SimdPartialOrd for AutoSimd<[f64; 2]>[src]

impl SimdPartialOrd for AutoSimd<[u32; 8]>[src]

impl SimdPartialOrd for AutoSimd<[u32; 16]>[src]

impl SimdPartialOrd for AutoSimd<[u64; 2]>[src]

impl SimdPartialOrd for AutoSimd<[u64; 4]>[src]

impl SimdPartialOrd for AutoSimd<[u64; 8]>[src]

impl SimdPartialOrd for AutoSimd<[u8; 2]>[src]

impl SimdPartialOrd for AutoSimd<[u8; 4]>[src]

impl SimdPartialOrd for AutoSimd<[u8; 8]>[src]

impl SimdPartialOrd for AutoSimd<[u8; 16]>[src]

impl SimdPartialOrd for AutoSimd<[u8; 32]>[src]

impl SimdPartialOrd for AutoSimd<[f64; 4]>[src]

impl SimdPartialOrd for AutoSimd<[usize; 2]>[src]

impl SimdPartialOrd for AutoSimd<[usize; 4]>[src]

impl SimdPartialOrd for AutoSimd<[usize; 8]>[src]

impl SimdPartialOrd for AutoSimd<[f64; 8]>[src]

impl SimdPartialOrd for AutoSimd<[i128; 1]>[src]

impl SimdPartialOrd for AutoSimd<[i128; 2]>[src]

impl SimdPartialOrd for AutoSimd<[i128; 4]>[src]

impl SimdRealField for AutoSimd<[f32; 2]>[src]

impl SimdRealField for AutoSimd<[f32; 4]>[src]

impl SimdRealField for AutoSimd<[f32; 8]>[src]

impl SimdRealField for AutoSimd<[f32; 16]>[src]

impl SimdRealField for AutoSimd<[f64; 2]>[src]

impl SimdRealField for AutoSimd<[f64; 4]>[src]

impl SimdRealField for AutoSimd<[f64; 8]>[src]

impl SimdSigned for AutoSimd<[f32; 2]>[src]

impl SimdSigned for AutoSimd<[f32; 4]>[src]

impl SimdSigned for AutoSimd<[f32; 8]>[src]

impl SimdSigned for AutoSimd<[f32; 16]>[src]

impl SimdSigned for AutoSimd<[f64; 2]>[src]

impl SimdSigned for AutoSimd<[f64; 4]>[src]

impl SimdSigned for AutoSimd<[f64; 8]>[src]

impl SimdValue for AutoSimd<[f32; 2]>[src]

type Element = f32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[f32; 4]>[src]

type Element = f32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i16; 2]>[src]

type Element = i16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i16; 4]>[src]

type Element = i16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i16; 8]>[src]

type Element = i16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i16; 16]>[src]

type Element = i16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx16

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i16; 32]>[src]

type Element = i16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx32

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i32; 2]>[src]

type Element = i32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i32; 4]>[src]

type Element = i32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i32; 8]>[src]

type Element = i32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i32; 16]>[src]

type Element = i32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx16

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i64; 2]>[src]

type Element = i64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[f32; 8]>[src]

type Element = f32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i64; 4]>[src]

type Element = i64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i64; 8]>[src]

type Element = i64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i8; 2]>[src]

type Element = i8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i8; 4]>[src]

type Element = i8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i8; 8]>[src]

type Element = i8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i8; 16]>[src]

type Element = i8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx16

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i8; 32]>[src]

type Element = i8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx32

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[isize; 2]>[src]

type Element = isize

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[isize; 4]>[src]

type Element = isize

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[isize; 8]>[src]

type Element = isize

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[f32; 16]>[src]

type Element = f32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx16

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u128; 1]>[src]

type Element = u128

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx1

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u128; 2]>[src]

type Element = u128

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u128; 4]>[src]

type Element = u128

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u16; 2]>[src]

type Element = u16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u16; 4]>[src]

type Element = u16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u16; 8]>[src]

type Element = u16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u16; 16]>[src]

type Element = u16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx16

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u16; 32]>[src]

type Element = u16

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx32

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u32; 2]>[src]

type Element = u32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u32; 4]>[src]

type Element = u32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[f64; 2]>[src]

type Element = f64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u32; 8]>[src]

type Element = u32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u32; 16]>[src]

type Element = u32

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx16

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u64; 2]>[src]

type Element = u64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u64; 4]>[src]

type Element = u64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u64; 8]>[src]

type Element = u64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u8; 2]>[src]

type Element = u8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u8; 4]>[src]

type Element = u8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u8; 8]>[src]

type Element = u8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u8; 16]>[src]

type Element = u8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx16

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[u8; 32]>[src]

type Element = u8

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx32

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[f64; 4]>[src]

type Element = f64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[usize; 2]>[src]

type Element = usize

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[usize; 4]>[src]

type Element = usize

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[usize; 8]>[src]

type Element = usize

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[bool; 1]>[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoSimd<[bool; 1]>

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[bool; 2]>[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[bool; 4]>[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[bool; 8]>[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[bool; 16]>[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[bool; 32]>[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoSimd<[bool; 32]>

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[f64; 8]>[src]

type Element = f64

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx8

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i128; 1]>[src]

type Element = i128

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx1

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i128; 2]>[src]

type Element = i128

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx2

Type of the result of comparing two SIMD values like self.

impl SimdValue for AutoSimd<[i128; 4]>[src]

type Element = i128

The type of the elements of each lane of this SIMD value.

type SimdBool = AutoBoolx4

Type of the result of comparing two SIMD values like self.

impl<N> StructuralEq for AutoSimd<N>[src]

impl<N> StructuralPartialEq for AutoSimd<N>[src]

impl Sub<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl SubAssign<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

impl SubAssign<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

impl SubAssign<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

impl SubAssign<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

impl SubAssign<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

impl SubAssign<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

impl SubAssign<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

impl SubAssign<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

impl SubAssign<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

impl SubAssign<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

impl SubAssign<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

impl SubAssign<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

impl SubAssign<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

impl SubAssign<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

impl SubAssign<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

impl SubAssign<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

impl SubAssign<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

impl SubAssign<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

impl SubAssign<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

impl SubAssign<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

impl SubAssign<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

impl SubAssign<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

impl SubAssign<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

impl SubAssign<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

impl SubAssign<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

impl SubAssign<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

impl SubAssign<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

impl SubAssign<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

impl SubAssign<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

impl SubAssign<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

impl SubAssign<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

impl SubAssign<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

impl SubAssign<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

impl SubAssign<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

impl SubAssign<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

impl SubAssign<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

impl SubAssign<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

impl SubAssign<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

impl SubAssign<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

impl SubAssign<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

impl SubAssign<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

impl SubAssign<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

impl SubAssign<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

impl SubAssign<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

impl SubAssign<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

impl SubAssign<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

impl SubAssign<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

impl SubAssign<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

impl SubAssign<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

impl SubAssign<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

impl SubAssign<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

impl SubAssign<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

impl SubAssign<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

impl SubsetOf<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>[src]

impl SubsetOf<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>[src]

impl SubsetOf<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>[src]

impl SubsetOf<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>[src]

impl SubsetOf<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>[src]

impl SubsetOf<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>[src]

impl SubsetOf<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>[src]

impl SubsetOf<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>[src]

impl SubsetOf<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>[src]

impl SubsetOf<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>[src]

impl SubsetOf<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>[src]

impl SubsetOf<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>[src]

impl SubsetOf<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>[src]

impl SubsetOf<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>[src]

impl SubsetOf<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>[src]

impl SubsetOf<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>[src]

impl SubsetOf<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>[src]

impl SubsetOf<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>[src]

impl SubsetOf<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>[src]

impl SubsetOf<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>[src]

impl SubsetOf<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>[src]

impl SubsetOf<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>[src]

impl SubsetOf<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>[src]

impl SubsetOf<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>[src]

impl SubsetOf<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>[src]

impl SubsetOf<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>[src]

impl SubsetOf<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>[src]

impl SubsetOf<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>[src]

impl SubsetOf<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>[src]

impl SubsetOf<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>[src]

impl SubsetOf<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>[src]

impl SubsetOf<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>[src]

impl SubsetOf<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>[src]

impl SubsetOf<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>[src]

impl SubsetOf<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>[src]

impl SubsetOf<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>[src]

impl SubsetOf<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>[src]

impl SubsetOf<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>[src]

impl SubsetOf<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>[src]

impl SubsetOf<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>[src]

impl SubsetOf<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>[src]

impl SubsetOf<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>[src]

impl SubsetOf<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>[src]

impl SubsetOf<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>[src]

impl SubsetOf<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>[src]

impl SubsetOf<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>[src]

impl SubsetOf<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>[src]

impl SubsetOf<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>[src]

impl SubsetOf<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>[src]

impl SubsetOf<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>[src]

impl SubsetOf<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>[src]

impl SubsetOf<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>[src]

impl SubsetOf<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>[src]

impl<N2> SubsetOf<AutoSimd<N2>> for u8 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<u8> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for u16 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<u16> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for f32 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<f32> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for f64 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<f64> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for d128 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<d128> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for u32 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<u32> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for u64 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<u64> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for usize where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<usize> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for i8 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<i8> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for i16 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<i16> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for i32 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<i32> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for i64 where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<i64> + PartialEq
[src]

impl<N2> SubsetOf<AutoSimd<N2>> for isize where
    AutoSimd<N2>: SimdValue + Copy,
    <AutoSimd<N2> as SimdValue>::Element: SupersetOf<isize> + PartialEq
[src]

impl Zero for AutoSimd<[f32; 2]>[src]

impl Zero for AutoSimd<[f32; 4]>[src]

impl Zero for AutoSimd<[i16; 2]>[src]

impl Zero for AutoSimd<[i16; 4]>[src]

impl Zero for AutoSimd<[i16; 8]>[src]

impl Zero for AutoSimd<[i16; 16]>[src]

impl Zero for AutoSimd<[i16; 32]>[src]

impl Zero for AutoSimd<[i32; 2]>[src]

impl Zero for AutoSimd<[i32; 4]>[src]

impl Zero for AutoSimd<[i32; 8]>[src]

impl Zero for AutoSimd<[i32; 16]>[src]

impl Zero for AutoSimd<[i64; 2]>[src]

impl Zero for AutoSimd<[f32; 8]>[src]

impl Zero for AutoSimd<[i64; 4]>[src]

impl Zero for AutoSimd<[i64; 8]>[src]

impl Zero for AutoSimd<[i8; 2]>[src]

impl Zero for AutoSimd<[i8; 4]>[src]

impl Zero for AutoSimd<[i8; 8]>[src]

impl Zero for AutoSimd<[i8; 16]>[src]

impl Zero for AutoSimd<[i8; 32]>[src]

impl Zero for AutoSimd<[isize; 2]>[src]

impl Zero for AutoSimd<[isize; 4]>[src]

impl Zero for AutoSimd<[isize; 8]>[src]

impl Zero for AutoSimd<[f32; 16]>[src]

impl Zero for AutoSimd<[u128; 1]>[src]

impl Zero for AutoSimd<[u128; 2]>[src]

impl Zero for AutoSimd<[u128; 4]>[src]

impl Zero for AutoSimd<[u16; 2]>[src]

impl Zero for AutoSimd<[u16; 4]>[src]

impl Zero for AutoSimd<[u16; 8]>[src]

impl Zero for AutoSimd<[u16; 16]>[src]

impl Zero for AutoSimd<[u16; 32]>[src]

impl Zero for AutoSimd<[u32; 2]>[src]

impl Zero for AutoSimd<[u32; 4]>[src]

impl Zero for AutoSimd<[f64; 2]>[src]

impl Zero for AutoSimd<[u32; 8]>[src]

impl Zero for AutoSimd<[u32; 16]>[src]

impl Zero for AutoSimd<[u64; 2]>[src]

impl Zero for AutoSimd<[u64; 4]>[src]

impl Zero for AutoSimd<[u64; 8]>[src]

impl Zero for AutoSimd<[u8; 2]>[src]

impl Zero for AutoSimd<[u8; 4]>[src]

impl Zero for AutoSimd<[u8; 8]>[src]

impl Zero for AutoSimd<[u8; 16]>[src]

impl Zero for AutoSimd<[u8; 32]>[src]

impl Zero for AutoSimd<[f64; 4]>[src]

impl Zero for AutoSimd<[usize; 2]>[src]

impl Zero for AutoSimd<[usize; 4]>[src]

impl Zero for AutoSimd<[usize; 8]>[src]

impl Zero for AutoSimd<[f64; 8]>[src]

impl Zero for AutoSimd<[i128; 1]>[src]

impl Zero for AutoSimd<[i128; 2]>[src]

impl Zero for AutoSimd<[i128; 4]>[src]

Auto Trait Implementations

impl<N> RefUnwindSafe for AutoSimd<N> where
    N: RefUnwindSafe

impl<N> Send for AutoSimd<N> where
    N: Send

impl<N> Sync for AutoSimd<N> where
    N: Sync

impl<N> Unpin for AutoSimd<N> where
    N: Unpin

impl<N> UnwindSafe for AutoSimd<N> where
    N: UnwindSafe

Blanket Implementations

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

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

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

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> FromBits<T> for T[src]

impl<T> FromCast<T> for T[src]

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

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>, 
[src]

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> NumAssign for T where
    T: Num + NumAssignOps<T>, 
[src]

impl<T, Rhs> NumAssignOps<Rhs> for T where
    T: AddAssign<Rhs> + SubAssign<Rhs> + MulAssign<Rhs> + DivAssign<Rhs> + RemAssign<Rhs>, 
[src]

impl<T, Rhs, Output> NumOps<Rhs, Output> for T where
    T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,