Struct std::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 = i32x4

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

impl Sub<i32x4> for i32x4

type Output = i32x4

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

impl Mul<i32x4> for i32x4

type Output = i32x4

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

impl Shl<i32x4> for i32x4

type Output = i32x4

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

impl Shr<i32x4> for i32x4

type Output = i32x4

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

impl BitAnd<i32x4> for i32x4

type Output = i32x4

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

impl BitOr<i32x4> for i32x4

type Output = i32x4

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

impl BitXor<i32x4> for i32x4

type Output = i32x4

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

Derived Implementations

impl Debug for i32x4

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

impl Clone for i32x4

fn clone(&self) -> i32x4

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

impl Copy for i32x4