Struct na::simd::WideF32x4

source ·
#[repr(transparent)]
pub struct WideF32x4(pub f32x4);
Expand description

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

This is needed to overcome the orphan rules.

Tuple Fields§

§0: f32x4

Trait Implementations§

source§

impl Add<WideF32x4> for WideF32x4

§

type Output = WideF32x4

The resulting type after applying the + operator.
source§

fn add(self, rhs: WideF32x4) -> WideF32x4

Performs the + operation. Read more
source§

impl AddAssign<WideF32x4> for WideF32x4

source§

fn add_assign(&mut self, rhs: WideF32x4)

Performs the += operation. Read more
source§

impl Clone for WideF32x4

source§

fn clone(&self) -> WideF32x4

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for WideF32x4

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Div<WideF32x4> for WideF32x4

§

type Output = WideF32x4

The resulting type after applying the / operator.
source§

fn div(self, rhs: WideF32x4) -> WideF32x4

Performs the / operation. Read more
source§

impl DivAssign<WideF32x4> for WideF32x4

source§

fn div_assign(&mut self, rhs: WideF32x4)

Performs the /= operation. Read more
source§

impl From<[f32; 4]> for WideF32x4

source§

fn from(vals: [f32; 4]) -> WideF32x4

Converts to this type from the input type.
source§

impl FromPrimitive for WideF32x4

source§

fn from_i64(n: i64) -> Option<WideF32x4>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u64(n: u64) -> Option<WideF32x4>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_isize(n: isize) -> Option<WideF32x4>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i8(n: i8) -> Option<WideF32x4>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i16(n: i16) -> Option<WideF32x4>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i32(n: i32) -> Option<WideF32x4>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_usize(n: usize) -> Option<WideF32x4>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u8(n: u8) -> Option<WideF32x4>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u16(n: u16) -> Option<WideF32x4>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u32(n: u32) -> Option<WideF32x4>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_f32(n: f32) -> Option<WideF32x4>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_f64(n: f64) -> Option<WideF32x4>

Converts a f64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

impl Mul<WideF32x4> for WideF32x4

§

type Output = WideF32x4

The resulting type after applying the * operator.
source§

fn mul(self, rhs: WideF32x4) -> WideF32x4

Performs the * operation. Read more
source§

impl MulAssign<WideF32x4> for WideF32x4

source§

fn mul_assign(&mut self, rhs: WideF32x4)

Performs the *= operation. Read more
source§

impl Neg for WideF32x4

§

type Output = WideF32x4

The resulting type after applying the - operator.
source§

fn neg(self) -> WideF32x4

Performs the unary - operation. Read more
source§

impl Num for WideF32x4

§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

source§

fn from_str_radix( str: &str, radix: u32 ) -> Result<WideF32x4, <WideF32x4 as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
source§

impl One for WideF32x4

source§

fn one() -> WideF32x4

Returns the multiplicative identity element of Self, 1. Read more
source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
source§

fn is_one(&self) -> boolwhere Self: PartialEq<Self>,

Returns true if self is equal to the multiplicative identity. Read more
source§

impl PartialEq<WideF32x4> for WideF32x4

source§

fn eq(&self, rhs: &WideF32x4) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Rem<WideF32x4> for WideF32x4

§

type Output = WideF32x4

The resulting type after applying the % operator.
source§

fn rem(self, rhs: WideF32x4) -> WideF32x4

Performs the % operation. Read more
source§

impl RemAssign<WideF32x4> for WideF32x4

source§

fn rem_assign(&mut self, rhs: WideF32x4)

Performs the %= operation. Read more
source§

impl SimdComplexField for WideF32x4

§

type SimdRealField = WideF32x4

Type of the coefficients of a complex number.
source§

fn simd_horizontal_sum(self) -> <WideF32x4 as SimdValue>::Element

Computes the sum of all the lanes of self.
source§

fn simd_horizontal_product(self) -> <WideF32x4 as SimdValue>::Element

Computes the product of all the lanes of self.
source§

fn from_simd_real( re: <WideF32x4 as SimdComplexField>::SimdRealField ) -> WideF32x4

Builds a pure-real complex number from the given value.
source§

fn simd_real(self) -> <WideF32x4 as SimdComplexField>::SimdRealField

The real part of this complex number.
source§

fn simd_imaginary(self) -> <WideF32x4 as SimdComplexField>::SimdRealField

The imaginary part of this complex number.
source§

fn simd_norm1(self) -> <WideF32x4 as SimdComplexField>::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
source§

fn simd_modulus(self) -> <WideF32x4 as SimdComplexField>::SimdRealField

The modulus of this complex number.
source§

fn simd_modulus_squared(self) -> <WideF32x4 as SimdComplexField>::SimdRealField

The squared modulus of this complex number.
source§

fn simd_argument(self) -> <WideF32x4 as SimdComplexField>::SimdRealField

The argument of this complex number.
source§

fn simd_to_exp( self ) -> (<WideF32x4 as SimdComplexField>::SimdRealField, WideF32x4)

The exponential form of this complex number: (modulus, e^{i arg})
source§

fn simd_recip(self) -> WideF32x4

source§

fn simd_conjugate(self) -> WideF32x4

source§

fn simd_scale( self, factor: <WideF32x4 as SimdComplexField>::SimdRealField ) -> WideF32x4

Multiplies this complex number by factor.
source§

fn simd_unscale( self, factor: <WideF32x4 as SimdComplexField>::SimdRealField ) -> WideF32x4

Divides this complex number by factor.
source§

fn simd_floor(self) -> WideF32x4

source§

fn simd_ceil(self) -> WideF32x4

source§

fn simd_round(self) -> WideF32x4

source§

fn simd_trunc(self) -> WideF32x4

source§

fn simd_fract(self) -> WideF32x4

source§

fn simd_abs(self) -> WideF32x4

The absolute value of this complex number: self / self.signum(). Read more
source§

fn simd_signum(self) -> WideF32x4

The exponential part of this complex number: self / self.modulus()
source§

fn simd_mul_add(self, a: WideF32x4, b: WideF32x4) -> WideF32x4

source§

fn simd_powi(self, n: i32) -> WideF32x4

source§

fn simd_powf(self, n: WideF32x4) -> WideF32x4

source§

fn simd_powc(self, n: WideF32x4) -> WideF32x4

source§

fn simd_sqrt(self) -> WideF32x4

source§

fn simd_exp(self) -> WideF32x4

source§

fn simd_exp2(self) -> WideF32x4

source§

fn simd_exp_m1(self) -> WideF32x4

source§

fn simd_ln_1p(self) -> WideF32x4

source§

fn simd_ln(self) -> WideF32x4

source§

fn simd_log(self, base: WideF32x4) -> WideF32x4

source§

fn simd_log2(self) -> WideF32x4

source§

fn simd_log10(self) -> WideF32x4

source§

fn simd_cbrt(self) -> WideF32x4

source§

fn simd_hypot( self, other: WideF32x4 ) -> <WideF32x4 as SimdComplexField>::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
source§

fn simd_sin(self) -> WideF32x4

source§

fn simd_cos(self) -> WideF32x4

source§

fn simd_tan(self) -> WideF32x4

source§

fn simd_asin(self) -> WideF32x4

source§

fn simd_acos(self) -> WideF32x4

source§

fn simd_atan(self) -> WideF32x4

source§

fn simd_sin_cos(self) -> (WideF32x4, WideF32x4)

source§

fn simd_sinh(self) -> WideF32x4

source§

fn simd_cosh(self) -> WideF32x4

source§

fn simd_tanh(self) -> WideF32x4

source§

fn simd_asinh(self) -> WideF32x4

source§

fn simd_acosh(self) -> WideF32x4

source§

fn simd_atanh(self) -> WideF32x4

source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
source§

fn simd_sinh_cosh(self) -> (Self, Self)

source§

fn simd_sinc(self) -> Self

Cardinal sine
source§

fn simd_sinhc(self) -> Self

source§

fn simd_cosc(self) -> Self

Cardinal cos
source§

fn simd_coshc(self) -> Self

source§

impl SimdPartialOrd for WideF32x4

source§

fn simd_gt(self, other: WideF32x4) -> <WideF32x4 as SimdValue>::SimdBool

Lanewise greater than > comparison.
source§

fn simd_lt(self, other: WideF32x4) -> <WideF32x4 as SimdValue>::SimdBool

Lanewise less than < comparison.
source§

fn simd_ge(self, other: WideF32x4) -> <WideF32x4 as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
source§

fn simd_le(self, other: WideF32x4) -> <WideF32x4 as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
source§

fn simd_eq(self, other: WideF32x4) -> <WideF32x4 as SimdValue>::SimdBool

Lanewise equal == comparison.
source§

fn simd_ne(self, other: WideF32x4) -> <WideF32x4 as SimdValue>::SimdBool

Lanewise not equal != comparison.
source§

fn simd_max(self, other: WideF32x4) -> WideF32x4

Lanewise max value.
source§

fn simd_min(self, other: WideF32x4) -> WideF32x4

Lanewise min value.
source§

fn simd_clamp(self, min: WideF32x4, max: WideF32x4) -> WideF32x4

Clamps each lane of self between the corresponding lane of min and max.
source§

fn simd_horizontal_min(self) -> <WideF32x4 as SimdValue>::Element

The min value among all lanes of self.
source§

fn simd_horizontal_max(self) -> <WideF32x4 as SimdValue>::Element

The max value among all lanes of self.
source§

impl SimdRealField for WideF32x4

source§

impl SimdSigned for WideF32x4

source§

fn simd_abs(&self) -> WideF32x4

The absolute value of each lane of self.
source§

fn simd_abs_sub(&self, other: &WideF32x4) -> WideF32x4

The absolute difference of each lane of self. Read more
source§

fn simd_signum(&self) -> WideF32x4

The signum of each lane of Self.
source§

fn is_simd_positive(&self) -> <WideF32x4 as SimdValue>::SimdBool

Tests which lane is positive.
source§

fn is_simd_negative(&self) -> <WideF32x4 as SimdValue>::SimdBool

Tests which lane is negative.
source§

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.
source§

fn lanes() -> usize

The number of lanes of this SIMD value.
source§

fn splat(val: <WideF32x4 as SimdValue>::Element) -> WideF32x4

Initializes an SIMD value with each lanes set to val.
source§

fn extract(&self, i: usize) -> <WideF32x4 as SimdValue>::Element

Extracts the i-th lane of self. Read more
source§

unsafe fn extract_unchecked( &self, i: usize ) -> <WideF32x4 as SimdValue>::Element

Extracts the i-th lane of self without bound-checking.
source§

fn replace(&mut self, i: usize, val: <WideF32x4 as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <WideF32x4 as SimdValue>::Element )

Replaces the i-th lane of self by val without bound-checking.
source§

fn select( self, cond: <WideF32x4 as SimdValue>::SimdBool, other: WideF32x4 ) -> WideF32x4

Merges self and other depending on the lanes of cond. Read more
source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Selfwhere Self: Clone,

Applies a function to each lane of self. Read more
source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element ) -> Selfwhere Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
source§

impl Sub<WideF32x4> for WideF32x4

§

type Output = WideF32x4

The resulting type after applying the - operator.
source§

fn sub(self, rhs: WideF32x4) -> WideF32x4

Performs the - operation. Read more
source§

impl SubAssign<WideF32x4> for WideF32x4

source§

fn sub_assign(&mut self, rhs: WideF32x4)

Performs the -= operation. Read more
source§

impl SubsetOf<WideF32x4> for WideF32x4

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset(element: &WideF32x4) -> Option<WideF32x4>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

fn from_superset_unchecked(element: &WideF32x4) -> WideF32x4

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(_: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

impl SubsetOf<WideF32x4> for f32

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> f32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for f64

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> f64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for i16

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> i16

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for i32

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> i32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for i64

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> i64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for i8

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> i8

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for isize

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> isize

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for u16

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> u16

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for u32

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> u32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for u64

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> u64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for u8

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> u8

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl SubsetOf<WideF32x4> for usize

source§

fn to_superset(&self) -> WideF32x4

The inclusion map: converts self to the equivalent element of its superset.
source§

fn from_superset_unchecked(element: &WideF32x4) -> usize

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
source§

fn is_in_subset(c: &WideF32x4) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

impl Zero for WideF32x4

source§

fn zero() -> WideF32x4

Returns the additive identity element of Self, 0. Read more
source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
source§

impl Copy for WideF32x4

source§

impl Field for WideF32x4

source§

impl PrimitiveSimdValue for WideF32x4

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoPnt<OPoint<T, Const<2>>> for Twhere T: Scalar,

source§

fn into_pnt(self) -> OPoint<T, Const<2>>

source§

impl<T> IntoPnt<OPoint<T, Const<3>>> for Twhere T: Scalar,

source§

fn into_pnt(self) -> OPoint<T, Const<3>>

source§

impl<T> IntoPnt<OPoint<T, Const<4>>> for Twhere T: Scalar,

source§

fn into_pnt(self) -> OPoint<T, Const<4>>

source§

impl<V> IntoPnt<V> for V

source§

fn into_pnt(self) -> V

source§

impl<T> IntoVec<Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>> for Twhere T: Scalar,

source§

fn into_vec(self) -> Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>

source§

impl<T> IntoVec<Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>> for Twhere T: Scalar,

source§

fn into_vec(self) -> Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>

source§

impl<T> IntoVec<Matrix<T, Const<4>, Const<1>, ArrayStorage<T, 4, 1>>> for Twhere T: Scalar,

source§

fn into_vec(self) -> Matrix<T, Const<4>, Const<1>, ArrayStorage<T, 4, 1>>

source§

impl<V> IntoVec<V> for V

source§

fn into_vec(self) -> V

source§

impl<T> JoinPnt<T, OPoint<T, Const<2>>> for Twhere T: Scalar,

§

type Output = OPoint<T, Const<3>>

source§

fn join(self, v: OPoint<T, Const<2>>) -> OPoint<T, Const<3>>

source§

impl<T> JoinPnt<T, OPoint<T, Const<3>>> for Twhere T: Scalar,

§

type Output = OPoint<T, Const<4>>

source§

fn join(self, v: OPoint<T, Const<3>>) -> OPoint<T, Const<4>>

source§

impl<T> JoinPnt<T, T> for Twhere T: Scalar,

§

type Output = OPoint<T, Const<2>>

source§

fn join(self, v: T) -> OPoint<T, Const<2>>

source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

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

source§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
source§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
source§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl<T> NumAssign for Twhere T: Num + NumAssignOps<T>,

source§

impl<T, Rhs> NumAssignOps<Rhs> for Twhere T: AddAssign<Rhs> + SubAssign<Rhs> + MulAssign<Rhs> + DivAssign<Rhs> + RemAssign<Rhs>,

source§

impl<T, Rhs, Output> NumOps<Rhs, Output> for Twhere T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>,

source§

impl<T> Scalar for Twhere T: 'static + Clone + PartialEq<T> + Debug,