Struct mat::Row [] [src]

pub struct Row<T, NCOLS> where
    NCOLS: ArrayLength<T>, 
{ /* fields omitted */ }

Row view into a Matrix

Trait Implementations

impl<T, NCOLS> Index<usize> for Row<T, NCOLS> where
    NCOLS: ArrayLength<T>, 
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, NCOLS> IndexMut<usize> for Row<T, NCOLS> where
    NCOLS: ArrayLength<T>, 
[src]

[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl<T, NCOLS> Send for Row<T, NCOLS> where
    T: Send

impl<T, NCOLS> Sync for Row<T, NCOLS> where
    T: Sync