Struct std::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 = f64x2

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

impl Sub<f64x2> for f64x2

type Output = f64x2

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

impl Mul<f64x2> for f64x2

type Output = f64x2

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

impl Div<f64x2> for f64x2

type Output = f64x2

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

Derived Implementations

impl Debug for f64x2

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

impl Clone for f64x2

fn clone(&self) -> f64x2

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

impl Copy for f64x2