Trait rin::math::traits::IntoVec[][src]

pub trait IntoVec<V> {
    pub fn into_vec(self) -> V;
}

Required methods

pub fn into_vec(self) -> V[src]

Loading content...

Implementations on Foreign Types

impl<T> IntoVec<Matrix<T, U4, U1, <DefaultAllocator as Allocator<T, U4, U1>>::Buffer>> for [T; 4] where
    T: Scalar
[src]

impl<'a, T> IntoVec<Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer>> for &'a [T] where
    T: Scalar
[src]

impl<T> IntoVec<Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer>> for [T; 3] where
    T: Scalar
[src]

impl<T> IntoVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for [T; 2] where
    T: Scalar
[src]

impl<'a, T> IntoVec<Matrix<T, U4, U1, <DefaultAllocator as Allocator<T, U4, U1>>::Buffer>> for &'a [T] where
    T: Scalar
[src]

impl<'a, T> IntoVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for &'a [T] where
    T: Scalar
[src]

Loading content...

Implementors

impl<T> IntoVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for T where
    T: Scalar
[src]

impl<T> IntoVec<Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer>> for T where
    T: Scalar
[src]

impl<T> IntoVec<Matrix<T, U4, U1, <DefaultAllocator as Allocator<T, U4, U1>>::Buffer>> for T where
    T: Scalar
[src]

impl<V> IntoVec<V> for V[src]

Loading content...