Struct std::simd::f32x4 [] [src]

pub struct f32x4(pub f32, pub f32, pub f32, pub f32);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<f32x4> for f32x4

type Output = f32x4

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

impl Sub<f32x4> for f32x4

type Output = f32x4

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

impl Mul<f32x4> for f32x4

type Output = f32x4

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

impl Div<f32x4> for f32x4

type Output = f32x4

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

Derived Implementations

impl Debug for f32x4

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

impl Clone for f32x4

fn clone(&self) -> f32x4

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

impl Copy for f32x4