Searched defs:BitView (Results 1 – 2 of 2) sorted by relevance
132 pub struct BitView<'a, BS: BitViewable + ?Sized> { struct137 impl<'a, BS: BitViewable + ?Sized> BitView<'a, BS> { implementation173 impl<'a, BS: BitViewable + ?Sized> BitViewable for BitView<'a, BS> { implementation
1154 pub trait BitView { in bitslice_panic() trait