pub type ViewMutMatrix3D<'a, T> = Matrix<ViewMutMem<'a, T>, Dim3>;

Aliased Type§

struct ViewMutMatrix3D<'a, T> { /* private fields */ }