pub struct RawBitVecIter { /* private fields */ }
Implementations§
Source§impl RawBitVecIter
impl RawBitVecIter
pub unsafe fn next(&mut self, proto: BitProto) -> Option<usize>
pub unsafe fn next_unchecked(&mut self, proto: BitProto) -> usize
pub unsafe fn next_back(&mut self, proto: BitProto) -> Option<usize>
pub unsafe fn next_back_unchecked(&mut self, proto: BitProto) -> usize
pub fn len(&self) -> usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawBitVecIter
impl RefUnwindSafe for RawBitVecIter
impl !Send for RawBitVecIter
impl !Sync for RawBitVecIter
impl Unpin for RawBitVecIter
impl UnwindSafe for RawBitVecIter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more