Struct core::simd::i32x4 [] [src]

pub struct i32x4(pub i32, pub i32, pub i32, pub i32);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<i32x4> for i32x4

type Output = Self

fn add(self, other: Self) -> Self

impl Sub<i32x4> for i32x4

type Output = Self

fn sub(self, other: Self) -> Self

impl Mul<i32x4> for i32x4

type Output = Self

fn mul(self, other: Self) -> Self

impl Shl<i32x4> for i32x4

type Output = Self

fn shl(self, other: Self) -> Self

impl Shr<i32x4> for i32x4

type Output = Self

fn shr(self, other: Self) -> Self

impl BitAnd<i32x4> for i32x4

type Output = Self

fn bitand(self, other: Self) -> Self

impl BitOr<i32x4> for i32x4

type Output = Self

fn bitor(self, other: Self) -> Self

impl BitXor<i32x4> for i32x4

type Output = Self

fn bitxor(self, other: Self) -> Self

Derived Implementations

impl Debug for i32x4

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for i32x4

fn clone(&self) -> i32x4

fn clone_from(&mut self, source: &Self)

impl Copy for i32x4