Struct core::simd::f64x2 [] [src]

pub struct f64x2(pub f64, pub f64);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<f64x2> for f64x2

type Output = Self

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

impl Sub<f64x2> for f64x2

type Output = Self

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

impl Mul<f64x2> for f64x2

type Output = Self

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

impl Div<f64x2> for f64x2

type Output = Self

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

Derived Implementations

impl Debug for f64x2

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

impl Clone for f64x2

fn clone(&self) -> f64x2

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

impl Copy for f64x2