[][src]Struct wide::i32x8

#[repr(C, align(32))]pub struct i32x8 { /* fields omitted */ }

Implementations

impl i32x8[src]

#[must_use]pub fn blend(self, t: Self, f: Self) -> Self[src]

#[must_use]pub fn abs(self) -> Self[src]

#[must_use]pub fn max(self, rhs: Self) -> Self[src]

#[must_use]pub fn min(self, rhs: Self) -> Self[src]

#[must_use]pub fn round_float(self) -> f32x8[src]

#[must_use]pub fn move_mask(self) -> i32[src]

#[must_use]pub fn any(self) -> bool[src]

#[must_use]pub fn all(self) -> bool[src]

#[must_use]pub fn none(self) -> bool[src]

impl i32x8[src]

#[must_use]pub fn splat(elem: i32) -> i32x8[src]

Trait Implementations

impl<'_> Add<&'_ i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<i32> for i32x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<i32x8> for i32[src]

type Output = i32x8

The resulting type after applying the + operator.

impl<'_> AddAssign<&'_ i32x8> for i32x8[src]

impl AddAssign<i32x8> for i32x8[src]

impl Binary for i32x8[src]

impl<'_> BitAnd<&'_ i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the & operator.

impl<'_> BitAndAssign<&'_ i32x8> for i32x8[src]

impl BitAndAssign<i32x8> for i32x8[src]

impl<'_> BitOr<&'_ i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the | operator.

impl<'_> BitOrAssign<&'_ i32x8> for i32x8[src]

impl BitOrAssign<i32x8> for i32x8[src]

impl<'_> BitXor<&'_ i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl<'_> BitXorAssign<&'_ i32x8> for i32x8[src]

impl BitXorAssign<i32x8> for i32x8[src]

impl Clone for i32x8[src]

impl CmpEq<i32x8> for i32x8[src]

type Output = Self

impl CmpGt<i32x8> for i32x8[src]

type Output = Self

impl CmpLt<i32x8> for i32x8[src]

type Output = Self

impl Copy for i32x8[src]

impl Debug for i32x8[src]

impl Default for i32x8[src]

impl Display for i32x8[src]

impl Eq for i32x8[src]

impl<'_> From<&'_ [i32]> for i32x8[src]

impl<'_> From<&'_ [i8]> for i32x8[src]

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

impl From<i32> for i32x8[src]

#[must_use]fn from(elem: i32) -> Self[src]

Splats the single value given across all lanes.

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

impl LowerExp for i32x8[src]

impl LowerHex for i32x8[src]

impl<'_> Mul<&'_ i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<i32> for i32x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<i32x8> for i32[src]

type Output = i32x8

The resulting type after applying the * operator.

impl<'_> MulAssign<&'_ i32x8> for i32x8[src]

impl MulAssign<i32x8> for i32x8[src]

impl Neg for i32x8[src]

type Output = Self

The resulting type after applying the - operator.

impl<'_> Neg for &'_ i32x8[src]

type Output = i32x8

The resulting type after applying the - operator.

impl Not for i32x8[src]

type Output = Self

The resulting type after applying the ! operator.

impl Octal for i32x8[src]

impl PartialEq<i32x8> for i32x8[src]

impl Pod for i32x8[src]

impl<RHS> Product<RHS> for i32x8 where
    i32x8: MulAssign<RHS>, 
[src]

impl Shl<i128> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i128) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<i16> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i16) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<i32> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i32) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<i64> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i64) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<i8> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i8) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u128> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u128) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u16> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u16) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u32> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u32) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u64> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u64) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u8> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u8) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i128> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i128) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i16> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i16) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i32> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i32) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i64> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i64) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i8> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i8) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u128> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u128) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u16> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u16) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u32> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u32) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u64> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u64) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u8> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u8) -> Self::Output[src]

Shifts all lanes by the value given.

impl StructuralEq for i32x8[src]

impl StructuralPartialEq for i32x8[src]

impl<'_> Sub<&'_ i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<i32> for i32x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<i32x8> for i32x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<i32x8> for i32[src]

type Output = i32x8

The resulting type after applying the - operator.

impl<'_> SubAssign<&'_ i32x8> for i32x8[src]

impl SubAssign<i32x8> for i32x8[src]

impl<RHS> Sum<RHS> for i32x8 where
    i32x8: AddAssign<RHS>, 
[src]

impl UpperExp for i32x8[src]

impl UpperHex for i32x8[src]

impl Zeroable for i32x8[src]

Auto Trait Implementations

impl Send for i32x8

impl Sync for i32x8

impl Unpin for i32x8

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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.