pub fn from_mut<O, T>(elt: &mut T) -> &mut BitSlice<O, T> where O: BitOrder, T: BitStore,
Converts a reference to T into a BitSlice of that element (without copying).
T
BitSlice
core::slice::from_mut