Struct bitvec::index::BitIdxError[][src]

#[repr(transparent)]pub struct BitIdxError<R> where
    R: BitRegister
{ /* fields omitted */ }

Marks an index that is invalid for a register type.

Implementations

impl<R> BitIdxError<R> where
    R: BitRegister
[src]

pub fn value(self) -> u8[src]

Removes the error wrapper, leaving the internal counter.

Trait Implementations

impl<R: Clone> Clone for BitIdxError<R> where
    R: BitRegister
[src]

impl<R: Copy> Copy for BitIdxError<R> where
    R: BitRegister
[src]

impl<R> Debug for BitIdxError<R> where
    R: BitRegister
[src]

impl<R: Default> Default for BitIdxError<R> where
    R: BitRegister
[src]

impl<R> Display for BitIdxError<R> where
    R: BitRegister
[src]

impl<R: Eq> Eq for BitIdxError<R> where
    R: BitRegister
[src]

impl<R> Error for BitIdxError<R> where
    R: BitRegister
[src]

impl<T> From<BitIdxError<<T as BitStore>::Mem>> for BitPtrError<T> where
    T: BitStore
[src]

impl<R: Hash> Hash for BitIdxError<R> where
    R: BitRegister
[src]

impl<R: Ord> Ord for BitIdxError<R> where
    R: BitRegister
[src]

impl<R: PartialEq> PartialEq<BitIdxError<R>> for BitIdxError<R> where
    R: BitRegister
[src]

impl<R: PartialOrd> PartialOrd<BitIdxError<R>> for BitIdxError<R> where
    R: BitRegister
[src]

impl<R> StructuralEq for BitIdxError<R> where
    R: BitRegister
[src]

impl<R> StructuralPartialEq for BitIdxError<R> where
    R: BitRegister
[src]

Auto Trait Implementations

impl<R> RefUnwindSafe for BitIdxError<R> where
    R: RefUnwindSafe

impl<R> Send for BitIdxError<R>

impl<R> Sync for BitIdxError<R>

impl<R> Unpin for BitIdxError<R>

impl<R> UnwindSafe for BitIdxError<R> where
    R: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T[src]

impl<T> Conv for T[src]

impl<T> FmtForward for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized
[src]

impl<T> Pipe for T[src]

impl<T> PipeAsRef for T[src]

impl<T> PipeBorrow for T[src]

impl<T> PipeDeref for T[src]

impl<T> PipeRef for T[src]

impl<T> Tap for T[src]

impl<T> Tap for T[src]

impl<T, U> TapAsRef<U> for T where
    U: ?Sized
[src]

impl<T, U> TapBorrow<U> for T where
    U: ?Sized
[src]

impl<T> TapDeref for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> TryConv for T[src]

impl<T> TryConv for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.