Trait rust_pathtracer::prelude::base::indexing::MatrixIndexMut
source · pub trait MatrixIndexMut<'a, T, R, C, S>: MatrixIndex<'a, T, R, C, S>where
R: Dim,
C: Dim,
S: RawStorageMut<T, R, C>,{
type OutputMut: 'a;
}Expand description
A helper trait used for indexing operations.