pub struct MatUninit<'a, T>(pub MatMut<'a, T>);
Expand description
Simple wrapper indicating that values contained in this matrix may be uninitialized, and thus references to them shouldn’t be created.
Tuple Fields§
§0: MatMut<'a, T>
pub struct MatUninit<'a, T>(pub MatMut<'a, T>);
Simple wrapper indicating that values contained in this matrix may be uninitialized, and thus references to them shouldn’t be created.
0: MatMut<'a, T>