[−][src]Type Definition num_bigint::big_digit::BigDigit  
type BigDigit = u32;
A BigDigit is a BigUint's composing element.
Trait Implementations
impl<'a> Div<BigUint> for &'a BigDigit[src]
type Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: BigUint) -> BigUint[src]
impl<'a> Div<&'a BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: &BigUint) -> BigUint[src]
impl<'a, 'b> Div<&'a BigUint> for &'b BigDigit[src]
type Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: &BigUint) -> BigUint[src]
impl Div<BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: BigUint) -> BigUint[src]
impl<'a> Div<BigInt> for &'a BigDigit[src]
type Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: BigInt) -> BigInt[src]
impl<'a> Div<&'a BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: &BigInt) -> BigInt[src]
impl<'a, 'b> Div<&'a BigInt> for &'b BigDigit[src]
type Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: &BigInt) -> BigInt[src]
impl Div<BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: BigInt) -> BigInt[src]
impl<'a> Rem<BigUint> for &'a BigDigit[src]
type Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: BigUint) -> BigUint[src]
impl<'a> Rem<&'a BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: &BigUint) -> BigUint[src]
impl<'a, 'b> Rem<&'a BigUint> for &'b BigDigit[src]
type Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: &BigUint) -> BigUint[src]
impl Rem<BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: BigUint) -> BigUint[src]
impl<'a> Rem<BigInt> for &'a BigDigit[src]
type Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: BigInt) -> BigInt[src]
impl<'a> Rem<&'a BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: &BigInt) -> BigInt[src]
impl<'a, 'b> Rem<&'a BigInt> for &'b BigDigit[src]
type Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: &BigInt) -> BigInt[src]
impl Rem<BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: BigInt) -> BigInt[src]
impl<'a> Sub<BigUint> for &'a BigDigit[src]
type Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: BigUint) -> BigUint[src]
impl<'a> Sub<&'a BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: &BigUint) -> BigUint[src]
impl<'a, 'b> Sub<&'a BigUint> for &'b BigDigit[src]
type Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: &BigUint) -> BigUint[src]
impl Sub<BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: BigUint) -> BigUint[src]
impl<'a> Sub<BigInt> for &'a BigDigit[src]
type Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: BigInt) -> BigInt[src]
impl<'a> Sub<&'a BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: &BigInt) -> BigInt[src]
impl<'a, 'b> Sub<&'a BigInt> for &'b BigDigit[src]
type Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: &BigInt) -> BigInt[src]
impl Sub<BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: BigInt) -> BigInt[src]
impl Add<BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: BigUint) -> BigUint[src]
impl<'a> Add<BigUint> for &'a BigDigit[src]
type Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: BigUint) -> BigUint[src]
impl<'a> Add<&'a BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: &BigUint) -> BigUint[src]
impl<'a, 'b> Add<&'a BigUint> for &'b BigDigit[src]
type Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: &BigUint) -> BigUint[src]
impl Add<BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: BigInt) -> BigInt[src]
impl<'a> Add<BigInt> for &'a BigDigit[src]
type Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: BigInt) -> BigInt[src]
impl<'a> Add<&'a BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: &BigInt) -> BigInt[src]
impl<'a, 'b> Add<&'a BigInt> for &'b BigDigit[src]
type Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: &BigInt) -> BigInt[src]
impl Mul<BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: BigUint) -> BigUint[src]
impl<'a> Mul<BigUint> for &'a BigDigit[src]
type Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: BigUint) -> BigUint[src]
impl<'a> Mul<&'a BigUint> for BigDigit[src]
type Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: &BigUint) -> BigUint[src]
impl<'a, 'b> Mul<&'a BigUint> for &'b BigDigit[src]
type Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: &BigUint) -> BigUint[src]
impl Mul<BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: BigInt) -> BigInt[src]
impl<'a> Mul<BigInt> for &'a BigDigit[src]
type Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: BigInt) -> BigInt[src]
impl<'a> Mul<&'a BigInt> for BigDigit[src]
type Output = BigInt
The resulting type after applying the * operator.