[][src]Struct proximity::VecSIMDConstellation

pub struct VecSIMDConstellation<DimX> where
    DimX: NamedDim,
    DefaultAllocator: Allocator<WideF32x4, DimX::Name>, 
{ /* fields omitted */ }

A constellation contains lots of points.

Trait Implementations

impl<DimX> Constellation for VecSIMDConstellation<DimX> where
    DimX: NamedDim + Sync,
    DefaultAllocator: Allocator<WideF32x4, DimX::Name>,
    <DefaultAllocator as Allocator<WideF32x4, DimX::Name>>::Buffer: Send + Sync
[src]

impl<DimX> Default for VecSIMDConstellation<DimX> where
    DimX: NamedDim,
    DefaultAllocator: Allocator<WideF32x4, DimX::Name>, 
[src]

Auto Trait Implementations

impl<DimX> RefUnwindSafe for VecSIMDConstellation<DimX>

impl<DimX> !Send for VecSIMDConstellation<DimX>

impl<DimX> !Sync for VecSIMDConstellation<DimX>

impl<DimX> Unpin for VecSIMDConstellation<DimX>

impl<DimX> UnwindSafe for VecSIMDConstellation<DimX>

Blanket Implementations

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

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

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

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

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

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

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

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<V, T> VZip<V> for T where
    V: MultiLane<T>,