Struct heron::rapier_plugin::rapier::ncollide::simba::simd::WideF32x4[]

#[repr(transparent)]pub struct WideF32x4(pub f32x4);

A wrapper type of wide::f32x4 that implements all the relevant traits from num and simba.

This is needed to overcome the orphan rules.

Trait Implementations

impl Add<WideF32x4> for WideF32x4

type Output = WideF32x4

The resulting type after applying the + operator.

impl AddAssign<WideF32x4> for WideF32x4

impl Clone for WideF32x4

impl Copy for WideF32x4

impl Debug for WideF32x4

impl Div<WideF32x4> for WideF32x4

type Output = WideF32x4

The resulting type after applying the / operator.

impl DivAssign<WideF32x4> for WideF32x4

impl Field for WideF32x4

impl From<[f32; 4]> for WideF32x4

impl FromPrimitive for WideF32x4

impl Mul<WideF32x4> for WideF32x4

type Output = WideF32x4

The resulting type after applying the * operator.

impl MulAssign<WideF32x4> for WideF32x4

impl Neg for WideF32x4

type Output = WideF32x4

The resulting type after applying the - operator.

impl Num for WideF32x4

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

impl One for WideF32x4

impl PartialEq<WideF32x4> for WideF32x4

impl PrimitiveSimdValue for WideF32x4

impl Rem<WideF32x4> for WideF32x4

type Output = WideF32x4

The resulting type after applying the % operator.

impl RemAssign<WideF32x4> for WideF32x4

impl SimdComplexField for WideF32x4

type SimdRealField = WideF32x4

Type of the coefficients of a complex number.

impl SimdPartialOrd for WideF32x4

impl SimdRealField for WideF32x4

impl SimdSigned for WideF32x4

impl SimdValue for WideF32x4

type Element = f32

The type of the elements of each lane of this SIMD value.

type SimdBool = WideBoolF32x4

Type of the result of comparing two SIMD values like self.

impl Sub<WideF32x4> for WideF32x4

type Output = WideF32x4

The resulting type after applying the - operator.

impl SubAssign<WideF32x4> for WideF32x4

impl SubsetOf<WideF32x4> for i8

impl SubsetOf<WideF32x4> for usize

impl SubsetOf<WideF32x4> for u16

impl SubsetOf<WideF32x4> for f32

impl SubsetOf<WideF32x4> for u32

impl SubsetOf<WideF32x4> for WideF32x4

impl SubsetOf<WideF32x4> for u64

impl SubsetOf<WideF32x4> for u8

impl SubsetOf<WideF32x4> for isize

impl SubsetOf<WideF32x4> for i32

impl SubsetOf<WideF32x4> for i16

impl SubsetOf<WideF32x4> for i64

impl SubsetOf<WideF32x4> for f64

impl WSign<WideF32x4> for WideF32x4

impl Zero for WideF32x4

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CloneAny for T where
    T: Clone + Any

impl<T, Right> ClosedAdd<Right> for T where
    T: Add<Right, Output = T> + AddAssign<Right>, 

impl<T, Right> ClosedDiv<Right> for T where
    T: Div<Right, Output = T> + DivAssign<Right>, 

impl<T, Right> ClosedMul<Right> for T where
    T: Mul<Right, Output = T> + MulAssign<Right>, 

impl<T> ClosedNeg for T where
    T: Neg<Output = T>, 

impl<T, Right> ClosedSub<Right> for T where
    T: Sub<Right, Output = T> + SubAssign<Right>, 

impl<T> Component for T where
    T: 'static + Send + Sync

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> NumAssign for T where
    T: Num + NumAssignOps<T>, 
[src]

impl<T, Rhs> NumAssignOps<Rhs> for T where
    T: AddAssign<Rhs> + SubAssign<Rhs> + MulAssign<Rhs> + DivAssign<Rhs> + RemAssign<Rhs>, 
[src]

impl<T, Rhs, Output> NumOps<Rhs, Output> for T where
    T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>, 
[src]

impl<T> One for T where
    T: One

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Resource for T where
    T: 'static + Send + Sync

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Scalar for T where
    T: PartialEq<T> + Copy + Any + Debug
[src]

impl<T> Slottable for T where
    T: Copy
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> TypeData for T where
    T: 'static + Send + Sync + Clone

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Zero for T where
    T: Zero