pub fn from_mut<O, T>(elem: &mut T) -> &mut BitSlice<O, T> where
    O: BitOrder,
    T: BitStore + BitMemory
Expand description

Converts a reference to T into a bitslice over one element.

Original

slice::from_mut