pub fn from_ref<O, T>(elem: &T) -> &BitSlice<O, T>ⓘimpl<'a, O, T> Read for &'a BitSlice<O, T> where
O: BitOrder,
T: BitStore,
BitSlice<O, T>: BitField, impl<'a, O, T> Write for &'a mut BitSlice<O, T> where
O: BitOrder,
T: BitStore,
BitSlice<O, T>: BitField,
where
O: BitOrder,
T: BitStore,
Expand description