Struct core::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 = Self

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

impl Sub<f32x4> for f32x4

type Output = Self

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

impl Mul<f32x4> for f32x4

type Output = Self

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

impl Div<f32x4> for f32x4

type Output = Self

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

Derived Implementations

impl Debug for f32x4

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

impl Clone for f32x4

fn clone(&self) -> f32x4

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

impl Copy for f32x4