Struct core::simd::u16x8 [] [src]

pub struct u16x8(pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<u16x8> for u16x8

type Output = Self

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

impl Sub<u16x8> for u16x8

type Output = Self

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

impl Mul<u16x8> for u16x8

type Output = Self

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

impl Shl<u16x8> for u16x8

type Output = Self

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

impl Shr<u16x8> for u16x8

type Output = Self

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

impl BitAnd<u16x8> for u16x8

type Output = Self

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

impl BitOr<u16x8> for u16x8

type Output = Self

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

impl BitXor<u16x8> for u16x8

type Output = Self

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

Derived Implementations

impl Debug for u16x8

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

impl Clone for u16x8

fn clone(&self) -> u16x8

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

impl Copy for u16x8