Struct std::simd::u32x4 [] [src]

pub struct u32x4(pub u32, pub u32, pub u32, pub u32);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<u32x4> for u32x4

type Output = u32x4

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

impl Sub<u32x4> for u32x4

type Output = u32x4

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

impl Mul<u32x4> for u32x4

type Output = u32x4

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

impl Shl<u32x4> for u32x4

type Output = u32x4

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

impl Shr<u32x4> for u32x4

type Output = u32x4

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

impl BitAnd<u32x4> for u32x4

type Output = u32x4

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

impl BitOr<u32x4> for u32x4

type Output = u32x4

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

impl BitXor<u32x4> for u32x4

type Output = u32x4

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

Derived Implementations

impl Debug for u32x4

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

impl Clone for u32x4

fn clone(&self) -> u32x4

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

impl Copy for u32x4