[]Function rusty_engine::prelude::glm::set_row

pub fn set_row<N, R, C>(
    m: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>,
    index: usize,
    x: &Matrix<N, C, U1, <DefaultAllocator as Allocator<N, C, U1>>::Buffer>
) -> Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer> where
    C: Dimension,
    N: Scalar,
    R: Dimension,
    DefaultAllocator: Alloc<N, R, C>, 

Sets to x the index-th row of the matrix m.

See also: