Struct typenum::uint::UTerm[][src]

pub struct UTerm;
Expand description

The terminating type for UInt; it always comes after the most significant bit. UTerm by itself represents zero, which is aliased to U0.

Implementations

Instantiates a singleton representing this unsigned integer.

Trait Implementations

UTerm + B0 = UTerm

The resulting type after applying the + operator.

Performs the + operation. Read more

UTerm + B1 = UInt<UTerm, B1>

The resulting type after applying the + operator.

Performs the + operation. Read more

UTerm + U = U

The resulting type after applying the + operator.

Performs the + operation. Read more

UInt<U, B> + UTerm = UInt<U, B>

The resulting type after applying the + operator.

Performs the + operation. Read more

0 & X = 0

The resulting type after applying the & operator.

Performs the & operation. Read more

UTerm | X = X

The resulting type after applying the | operator.

Performs the | operation. Read more

X | UTerm = X

The resulting type after applying the | operator.

Performs the | operation. Read more

0 ^ X = X

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Zero < Nonzero

The result of the comparison. It should only ever be one of Greater, Less, or Equal.

Zero == Zero

The result of the comparison. It should only ever be one of Greater, Less, or Equal.

Nonzero > Zero

The result of the comparison. It should only ever be one of Greater, Less, or Equal.

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The resulting type after applying the / operator.

Performs the / operation. Read more

gcd(0, 0) = 0

The greatest common divisor.

gcd(x, 0) = x

The greatest common divisor.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

Length of UTerm by itself is 0

The length as a type-level unsigned integer.

This function isn’t used in this crate, but may be useful for others.

The type of the maximum of Self and Rhs

Method returning the maximum

The type of the minimum of Self and Rhs

Method returning the minimum

UTerm * B0 = UTerm

The resulting type after applying the * operator.

Performs the * operation. Read more

UTerm * B1 = UTerm

The resulting type after applying the * operator.

Performs the * operation. Read more

UTerm * U = UTerm

The resulting type after applying the * operator.

Performs the * operation. Read more

UInt<U, B> * UTerm = UTerm

The resulting type after applying the * operator.

Performs the * operation. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

The type of the result of the division

Method for performing the division

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

The resulting type after applying the % operator.

Performs the % operation. Read more

Shifting UTerm by a 0 bit: UTerm << B0 = UTerm

The resulting type after applying the << operator.

Performs the << operation. Read more

Shifting UTerm by a 1 bit: UTerm << B1 = UTerm

The resulting type after applying the << operator.

Performs the << operation. Read more

Shifting left UTerm by an unsigned integer: UTerm << U = UTerm

The resulting type after applying the << operator.

Performs the << operation. Read more

Shifting left UInt by UTerm: UInt<U, B> << UTerm = UInt<U, B>

The resulting type after applying the << operator.

Performs the << operation. Read more

Shifting right UTerm by a 0 bit: UTerm >> B0 = UTerm

The resulting type after applying the >> operator.

Performs the >> operation. Read more

Shifting right UTerm by a 1 bit: UTerm >> B1 = UTerm

The resulting type after applying the >> operator.

Performs the >> operation. Read more

Shifting right a UTerm by an unsigned integer: UTerm >> U = UTerm

The resulting type after applying the >> operator.

Performs the >> operation. Read more

Shifting right UInt by UTerm: UInt<U, B> >> UTerm = UInt<U, B>

The resulting type after applying the >> operator.

Performs the >> operation. Read more

UTerm - B0 = Term

The resulting type after applying the - operator.

Performs the - operation. Read more

UTerm - UTerm = UTerm

The resulting type after applying the - operator.

Performs the - operation. Read more

Method returning the concrete value for the type.

Method returning the concrete value for the type.

Method returning the concrete value for the type.

Method returning the concrete value for the type.

Method returning the concrete value for the type.

Method returning the concrete value for the type.

Method returning the concrete value for the type.

Method returning the concrete value for the type.

Method returning the concrete value for the type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

The greatest common divisor.

Performs the conversion.

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

Should always be Self

The result of the integer square root.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.