Struct std::simd::i64x2 [] [src]

pub struct i64x2(pub i64, pub i64);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<i64x2> for i64x2

type Output = i64x2

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

impl Sub<i64x2> for i64x2

type Output = i64x2

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

impl Mul<i64x2> for i64x2

type Output = i64x2

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

impl Shl<i64x2> for i64x2

type Output = i64x2

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

impl Shr<i64x2> for i64x2

type Output = i64x2

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

impl BitAnd<i64x2> for i64x2

type Output = i64x2

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

impl BitOr<i64x2> for i64x2

type Output = i64x2

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

impl BitXor<i64x2> for i64x2

type Output = i64x2

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

Derived Implementations

impl Debug for i64x2

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

impl Clone for i64x2

fn clone(&self) -> i64x2

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

impl Copy for i64x2