[][src]Struct bva::dynamic::BVN

pub struct BVN { /* fields omitted */ }

A bit vector with dynamic capacity.

Implementations

impl BVN[src]

pub fn with_capacity(capacity: usize) -> Self[src]

Allocate a bit vector of length 0 but with enough capacity to store capacity bits.

pub fn reserve(&mut self, additional: usize)[src]

Reserve will reserve room for at least additional bits in the bit vector. The actual length of the bit vector will stay unchanged, see BitVector::resize to change the actual length of the bit vector.

The underlying allocator might reserve additional capacity.

pub fn shrink_to_fit(&mut self)[src]

Drop as much excess capacity as possible in the bit vector to fit the current length.

Trait Implementations

impl Add<&'_ BV128> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV16> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV32> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV64> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV8> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BVN> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<&'_ BVN> for BV[src]

type Output = BV

The resulting type after applying the + operator.

impl Add<&'_ BVN> for &BV[src]

type Output = BV

The resulting type after applying the + operator.

impl Add<BV128> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV16> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV32> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV64> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV8> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BVN> for BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the + operator.

impl Add<BVN> for BV[src]

type Output = BV

The resulting type after applying the + operator.

impl Add<BVN> for &BV[src]

type Output = BV

The resulting type after applying the + operator.

impl AddAssign<&'_ BV128> for BVN[src]

impl AddAssign<&'_ BV16> for BVN[src]

impl AddAssign<&'_ BV32> for BVN[src]

impl AddAssign<&'_ BV64> for BVN[src]

impl AddAssign<&'_ BV8> for BVN[src]

impl AddAssign<&'_ BVN> for BVN[src]

impl AddAssign<&'_ BVN> for BV[src]

impl AddAssign<BV128> for BVN[src]

impl AddAssign<BV16> for BVN[src]

impl AddAssign<BV32> for BVN[src]

impl AddAssign<BV64> for BVN[src]

impl AddAssign<BV8> for BVN[src]

impl AddAssign<BVN> for BVN[src]

impl AddAssign<BVN> for BV[src]

impl Binary for BVN[src]

impl BitAnd<&'_ BV128> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV16> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV32> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV64> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV8> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BVN> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<&'_ BVN> for BV[src]

type Output = BV

The resulting type after applying the & operator.

impl BitAnd<&'_ BVN> for &BV[src]

type Output = BV

The resulting type after applying the & operator.

impl BitAnd<BV128> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV16> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV32> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV64> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV8> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BVN> for BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the & operator.

impl BitAnd<BVN> for BV[src]

type Output = BV

The resulting type after applying the & operator.

impl BitAnd<BVN> for &BV[src]

type Output = BV

The resulting type after applying the & operator.

impl BitAndAssign<&'_ BV128> for BVN[src]

impl BitAndAssign<&'_ BV16> for BVN[src]

impl BitAndAssign<&'_ BV32> for BVN[src]

impl BitAndAssign<&'_ BV64> for BVN[src]

impl BitAndAssign<&'_ BV8> for BVN[src]

impl BitAndAssign<&'_ BVN> for BVN[src]

impl BitAndAssign<&'_ BVN> for BV[src]

impl BitAndAssign<BV128> for BVN[src]

impl BitAndAssign<BV16> for BVN[src]

impl BitAndAssign<BV32> for BVN[src]

impl BitAndAssign<BV64> for BVN[src]

impl BitAndAssign<BV8> for BVN[src]

impl BitAndAssign<BVN> for BVN[src]

impl BitAndAssign<BVN> for BV[src]

impl BitOr<&'_ BV128> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV16> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV32> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV64> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV8> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BVN> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<&'_ BVN> for BV[src]

type Output = BV

The resulting type after applying the | operator.

impl BitOr<&'_ BVN> for &BV[src]

type Output = BV

The resulting type after applying the | operator.

impl BitOr<BV128> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV16> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV32> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV64> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV8> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BVN> for BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the | operator.

impl BitOr<BVN> for BV[src]

type Output = BV

The resulting type after applying the | operator.

impl BitOr<BVN> for &BV[src]

type Output = BV

The resulting type after applying the | operator.

impl BitOrAssign<&'_ BV128> for BVN[src]

impl BitOrAssign<&'_ BV16> for BVN[src]

impl BitOrAssign<&'_ BV32> for BVN[src]

impl BitOrAssign<&'_ BV64> for BVN[src]

impl BitOrAssign<&'_ BV8> for BVN[src]

impl BitOrAssign<&'_ BVN> for BVN[src]

impl BitOrAssign<&'_ BVN> for BV[src]

impl BitOrAssign<BV128> for BVN[src]

impl BitOrAssign<BV16> for BVN[src]

impl BitOrAssign<BV32> for BVN[src]

impl BitOrAssign<BV64> for BVN[src]

impl BitOrAssign<BV8> for BVN[src]

impl BitOrAssign<BVN> for BVN[src]

impl BitOrAssign<BVN> for BV[src]

impl BitVector for BVN[src]

impl BitXor<&'_ BV128> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV16> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV32> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV64> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV8> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BVN> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<&'_ BVN> for BV[src]

type Output = BV

The resulting type after applying the ^ operator.

impl BitXor<&'_ BVN> for &BV[src]

type Output = BV

The resulting type after applying the ^ operator.

impl BitXor<BV128> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV16> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV32> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV64> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV8> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BVN> for BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the ^ operator.

impl BitXor<BVN> for BV[src]

type Output = BV

The resulting type after applying the ^ operator.

impl BitXor<BVN> for &BV[src]

type Output = BV

The resulting type after applying the ^ operator.

impl BitXorAssign<&'_ BV128> for BVN[src]

impl BitXorAssign<&'_ BV16> for BVN[src]

impl BitXorAssign<&'_ BV32> for BVN[src]

impl BitXorAssign<&'_ BV64> for BVN[src]

impl BitXorAssign<&'_ BV8> for BVN[src]

impl BitXorAssign<&'_ BVN> for BVN[src]

impl BitXorAssign<&'_ BVN> for BV[src]

impl BitXorAssign<BV128> for BVN[src]

impl BitXorAssign<BV16> for BVN[src]

impl BitXorAssign<BV32> for BVN[src]

impl BitXorAssign<BV64> for BVN[src]

impl BitXorAssign<BV8> for BVN[src]

impl BitXorAssign<BVN> for BVN[src]

impl BitXorAssign<BVN> for BV[src]

impl Clone for BVN[src]

impl Debug for BVN[src]

impl Display for BVN[src]

Warning: this implementation is broken for bit vector longer than 128 bits.

impl Eq for BVN[src]

impl From<&'_ BV> for BVN[src]

impl From<&'_ BV128> for BVN[src]

impl From<&'_ BV16> for BVN[src]

impl From<&'_ BV32> for BVN[src]

impl From<&'_ BV64> for BVN[src]

impl From<&'_ BV8> for BVN[src]

impl From<&'_ BVN> for BV[src]

impl From<BV> for BVN[src]

impl From<BV128> for BVN[src]

impl From<BV16> for BVN[src]

impl From<BV32> for BVN[src]

impl From<BV64> for BVN[src]

impl From<BV8> for BVN[src]

impl From<BVN> for BV[src]

impl From<u128> for BVN[src]

impl From<u16> for BVN[src]

impl From<u32> for BVN[src]

impl From<u64> for BVN[src]

impl From<u8> for BVN[src]

impl LowerHex for BVN[src]

impl Not for BVN[src]

type Output = BVN

The resulting type after applying the ! operator.

impl Not for &BVN[src]

type Output = BVN

The resulting type after applying the ! operator.

impl Octal for BVN[src]

impl Ord for BVN[src]

impl PartialEq<BV> for BVN[src]

impl PartialEq<BV128> for BVN[src]

impl PartialEq<BV16> for BVN[src]

impl PartialEq<BV32> for BVN[src]

impl PartialEq<BV64> for BVN[src]

impl PartialEq<BV8> for BVN[src]

impl PartialEq<BVN> for BVN[src]

impl PartialEq<BVN> for BV8[src]

impl PartialEq<BVN> for BV16[src]

impl PartialEq<BVN> for BV32[src]

impl PartialEq<BVN> for BV64[src]

impl PartialEq<BVN> for BV128[src]

impl PartialEq<BVN> for BV[src]

impl PartialOrd<BV> for BVN[src]

impl PartialOrd<BV128> for BVN[src]

impl PartialOrd<BV16> for BVN[src]

impl PartialOrd<BV32> for BVN[src]

impl PartialOrd<BV64> for BVN[src]

impl PartialOrd<BV8> for BVN[src]

impl PartialOrd<BVN> for BVN[src]

impl PartialOrd<BVN> for BV8[src]

impl PartialOrd<BVN> for BV16[src]

impl PartialOrd<BVN> for BV32[src]

impl PartialOrd<BVN> for BV64[src]

impl PartialOrd<BVN> for BV128[src]

impl PartialOrd<BVN> for BV[src]

impl Shl<&'_ u128> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u128> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u16> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u16> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u32> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u32> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u64> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u64> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u8> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ u8> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ usize> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<&'_ usize> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u128> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u128> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u16> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u16> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u32> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u32> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u64> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u64> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u8> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<u8> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<usize> for BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl Shl<usize> for &BVN[src]

type Output = BVN

The resulting type after applying the << operator.

impl ShlAssign<&'_ u128> for BVN[src]

impl ShlAssign<&'_ u16> for BVN[src]

impl ShlAssign<&'_ u32> for BVN[src]

impl ShlAssign<&'_ u64> for BVN[src]

impl ShlAssign<&'_ u8> for BVN[src]

impl ShlAssign<&'_ usize> for BVN[src]

impl ShlAssign<u128> for BVN[src]

impl ShlAssign<u16> for BVN[src]

impl ShlAssign<u32> for BVN[src]

impl ShlAssign<u64> for BVN[src]

impl ShlAssign<u8> for BVN[src]

impl ShlAssign<usize> for BVN[src]

impl Shr<&'_ u128> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u128> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u16> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u16> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u32> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u32> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u64> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u64> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u8> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ u8> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ usize> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<&'_ usize> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u128> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u128> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u16> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u16> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u32> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u32> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u64> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u64> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u8> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<u8> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<usize> for BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl Shr<usize> for &BVN[src]

type Output = BVN

The resulting type after applying the >> operator.

impl ShrAssign<&'_ u128> for BVN[src]

impl ShrAssign<&'_ u16> for BVN[src]

impl ShrAssign<&'_ u32> for BVN[src]

impl ShrAssign<&'_ u64> for BVN[src]

impl ShrAssign<&'_ u8> for BVN[src]

impl ShrAssign<&'_ usize> for BVN[src]

impl ShrAssign<u128> for BVN[src]

impl ShrAssign<u16> for BVN[src]

impl ShrAssign<u32> for BVN[src]

impl ShrAssign<u64> for BVN[src]

impl ShrAssign<u8> for BVN[src]

impl ShrAssign<usize> for BVN[src]

impl Sub<&'_ BV128> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV16> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV32> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV64> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV8> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BVN> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<&'_ BVN> for BV[src]

type Output = BV

The resulting type after applying the - operator.

impl Sub<&'_ BVN> for &BV[src]

type Output = BV

The resulting type after applying the - operator.

impl Sub<BV128> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV128> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV16> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV16> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV32> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV32> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV64> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV64> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV8> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BV8> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BVN> for BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BVN> for &BVN[src]

type Output = BVN

The resulting type after applying the - operator.

impl Sub<BVN> for BV[src]

type Output = BV

The resulting type after applying the - operator.

impl Sub<BVN> for &BV[src]

type Output = BV

The resulting type after applying the - operator.

impl SubAssign<&'_ BV128> for BVN[src]

impl SubAssign<&'_ BV16> for BVN[src]

impl SubAssign<&'_ BV32> for BVN[src]

impl SubAssign<&'_ BV64> for BVN[src]

impl SubAssign<&'_ BV8> for BVN[src]

impl SubAssign<&'_ BVN> for BVN[src]

impl SubAssign<&'_ BVN> for BV[src]

impl SubAssign<BV128> for BVN[src]

impl SubAssign<BV16> for BVN[src]

impl SubAssign<BV32> for BVN[src]

impl SubAssign<BV64> for BVN[src]

impl SubAssign<BV8> for BVN[src]

impl SubAssign<BVN> for BVN[src]

impl SubAssign<BVN> for BV[src]

impl TryFrom<&'_ BVN> for u8[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for BV8[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for u16[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for BV16[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for u32[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for BV32[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for u64[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for BV64[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for u128[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<&'_ BVN> for BV128[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for u8[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for BV8[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for u16[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for BV16[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for u32[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for BV32[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for u64[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for BV64[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for u128[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<BVN> for BV128[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl UpperHex for BVN[src]

Auto Trait Implementations

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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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, 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.