[][src]Struct simdeez::overloads::I32x1

pub struct I32x1(pub i32);

Trait Implementations

impl SimdBase<I32x1, i32> for I32x1[src]

impl SimdSmallInt<I32x1, i32> for I32x1[src]

impl Debug for I32x1[src]

impl Sub<I32x1> for I32x1[src]

type Output = I32x1

The resulting type after applying the - operator.

impl Add<I32x1> for I32x1[src]

type Output = I32x1

The resulting type after applying the + operator.

impl Mul<I32x1> for I32x1[src]

type Output = I32x1

The resulting type after applying the * operator.

impl AddAssign<I32x1> for I32x1[src]

impl SubAssign<I32x1> for I32x1[src]

impl MulAssign<I32x1> for I32x1[src]

impl Not for I32x1[src]

type Output = I32x1

The resulting type after applying the ! operator.

impl BitAnd<I32x1> for I32x1[src]

type Output = I32x1

The resulting type after applying the & operator.

impl BitOr<I32x1> for I32x1[src]

type Output = I32x1

The resulting type after applying the | operator.

impl BitXor<I32x1> for I32x1[src]

type Output = I32x1

The resulting type after applying the ^ operator.

impl Shl<i32> for I32x1[src]

type Output = I32x1

The resulting type after applying the << operator.

impl Shr<i32> for I32x1[src]

type Output = I32x1

The resulting type after applying the >> operator.

impl BitAndAssign<I32x1> for I32x1[src]

impl BitOrAssign<I32x1> for I32x1[src]

impl BitXorAssign<I32x1> for I32x1[src]

impl ShlAssign<i32> for I32x1[src]

impl ShrAssign<i32> for I32x1[src]

impl Index<usize> for I32x1[src]

type Output = i32

The returned type after indexing.

impl IndexMut<usize> for I32x1[src]

impl Copy for I32x1[src]

impl Clone for I32x1[src]

Auto Trait Implementations

impl Unpin for I32x1

impl Send for I32x1

impl Sync for I32x1

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = !

The type returned in the event of a conversion error.

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

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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