[][src]Struct simd_aligned::MatrixFlat

pub struct MatrixFlat<'a, T: 'a, A: 'a> where
    T: Simd + Default + Clone,
    A: AccessStrategy, 
{ /* fields omitted */ }

Produced by MatrixD::flat, this allow for flat matrix access.

Trait Implementations

impl<'a, T, A> Index<(usize, usize)> for MatrixFlat<'a, T, A> where
    T: Simd + Default + Clone,
    A: AccessStrategy, 
[src]

type Output = T::Element

The returned type after indexing.

Auto Trait Implementations

impl<'a, T, A> Send for MatrixFlat<'a, T, A> where
    A: Send + Sync,
    T: Sync

impl<'a, T, A> Sync for MatrixFlat<'a, T, A> where
    A: Sync,
    T: Sync

Blanket Implementations

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

impl<T> From<T> for T[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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 
[src]