Struct std::simd::u64x2 [] [src]

pub struct u64x2(pub u64, pub u64);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<u64x2> for u64x2

type Output = u64x2

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

impl Sub<u64x2> for u64x2

type Output = u64x2

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

impl Mul<u64x2> for u64x2

type Output = u64x2

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

impl Shl<u64x2> for u64x2

type Output = u64x2

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

impl Shr<u64x2> for u64x2

type Output = u64x2

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

impl BitAnd<u64x2> for u64x2

type Output = u64x2

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

impl BitOr<u64x2> for u64x2

type Output = u64x2

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

impl BitXor<u64x2> for u64x2

type Output = u64x2

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

Derived Implementations

impl Debug for u64x2

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

impl Clone for u64x2

fn clone(&self) -> u64x2

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

impl Copy for u64x2