Function from_mut_generic
pub fn from_mut_generic<E>(
value: <<E as Entity>::Group as ForType>::FaerOf<&mut <E as Entity>::Unit>,
) -> RowMut<'_, E>where
E: Entity,
Expand description
Returns a view over a row with 1 column containing value as its only element, pointing to
value
.