Function from_mut

Source
pub const fn from_mut<T>(s: &mut T) -> &mut UniqueEntityEquivalentSlice<T>
Expand description

Converts a reference to T into a slice of length 1 (without copying).