Trait BorrowBits

Source
pub trait BorrowBits {
    // Required method
    fn borrow_bits(&self) -> &BitSlice<u8, Msb0> ;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl BorrowBits for &BitSlice<u8, Msb0>

Source§

impl BorrowBits for &[u8]

Source§

impl BorrowBits for &mut BitSlice<u8, Msb0>

Source§

impl BorrowBits for &mut [u8]

Source§

impl BorrowBits for Vec<u8>

Source§

impl BorrowBits for BitVec<u8, Msb0>

Implementors§