Trait nalgebra::base::storage::StorageMut
source · pub unsafe trait StorageMut<T: Scalar, R: Dim, C: Dim = U1>: Storage<T, R, C> + RawStorageMut<T, R, C> { }
Expand description
Trait shared by all mutable matrix data storage that don’t contain any uninitialized elements.
§Safety
See safety note for Storage
, RawStorageMut
.
Object Safety§
This trait is not object safe.