[][src]Struct simdeez::overloads::I16x1

pub struct I16x1(pub i16);

Trait Implementations

impl SimdBase<I16x1, i16> for I16x1[src]

impl SimdSmallInt<I16x1, i16> for I16x1[src]

impl Debug for I16x1[src]

impl Sub<I16x1> for I16x1[src]

type Output = I16x1

The resulting type after applying the - operator.

impl Add<I16x1> for I16x1[src]

type Output = I16x1

The resulting type after applying the + operator.

impl Mul<I16x1> for I16x1[src]

type Output = I16x1

The resulting type after applying the * operator.

impl AddAssign<I16x1> for I16x1[src]

impl SubAssign<I16x1> for I16x1[src]

impl MulAssign<I16x1> for I16x1[src]

impl Not for I16x1[src]

type Output = I16x1

The resulting type after applying the ! operator.

impl BitAnd<I16x1> for I16x1[src]

type Output = I16x1

The resulting type after applying the & operator.

impl BitOr<I16x1> for I16x1[src]

type Output = I16x1

The resulting type after applying the | operator.

impl BitXor<I16x1> for I16x1[src]

type Output = I16x1

The resulting type after applying the ^ operator.

impl Shl<i32> for I16x1[src]

type Output = I16x1

The resulting type after applying the << operator.

impl Shr<i32> for I16x1[src]

type Output = I16x1

The resulting type after applying the >> operator.

impl BitAndAssign<I16x1> for I16x1[src]

impl BitOrAssign<I16x1> for I16x1[src]

impl BitXorAssign<I16x1> for I16x1[src]

impl ShlAssign<i32> for I16x1[src]

impl ShrAssign<i32> for I16x1[src]

impl Index<usize> for I16x1[src]

type Output = i16

The returned type after indexing.

impl IndexMut<usize> for I16x1[src]

impl Copy for I16x1[src]

impl Clone for I16x1[src]

Auto Trait Implementations

impl Unpin for I16x1

impl Send for I16x1

impl Sync for I16x1

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]