Struct BitOffsets

struct BitOffsets<I> { ... }

Iterator for [bit][crate::binary::bits] stream ((I, usize))

Implementations

impl<I> Freeze for BitOffsets<I>

impl<I> IntoIterator for BitOffsets<I>

fn into_iter(self: Self) -> I

impl<I> Iterator for BitOffsets<I>

fn next(self: &mut Self) -> Option<<Self as >::Item>

impl<I> RefUnwindSafe for BitOffsets<I>

impl<I> Send for BitOffsets<I>

impl<I> Sync for BitOffsets<I>

impl<I> Unpin for BitOffsets<I>

impl<I> UnsafeUnpin for BitOffsets<I>

impl<I> UnwindSafe for BitOffsets<I>

impl<T> Any for BitOffsets<I>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for BitOffsets<I>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for BitOffsets<I>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for BitOffsets<I>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for BitOffsets<I>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for BitOffsets<I>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for BitOffsets<I>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>