Function bitvec::slice::from_mut [−][src]
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).
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).