Enum gstreamer::Signed

source ·
pub enum Signed<T> {
    Negative(T),
    Positive(T),
}
Expand description

A signed wrapper.

This wrapper allows representing a signed value from a type which is originaly unsigned. In C APIs, this is represented by a tuple with a signed integer positive or negative and the absolute value.

Variants§

§

Negative(T)

§

Positive(T)

Implementations§

Returns the self in nanoseconds.

Creates new value from nanoseconds.

Returns the self in microseconds.

Creates new value from microseconds.

Returns the self in milliseconds.

Creates new value from milliseconds.

Returns the self in seconds.

Creates new value from seconds.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns Some(value), where value is the inner value, if self is positive.

Transforms the Signed<T> into a Result<T, E>, mapping Positive(v) to Ok(v) and Negative(_) to Err(err).

Transforms the Signed<T> into a Result<T, E>, mapping Positive(v) to Ok(v) and Negative(v) to Err(err(v)).

Returns Some(value), where value is the inner value, if self is negative.

Transforms the Signed<T> into a Result<T, E>, mapping Negative(v) to Ok(v) and Positive(_) to Err(err).

Transforms the Signed<T> into a Result<T, E>, mapping Negative(v) to Ok(v) and Positive(_) to Err(err(v)).

Returns the absolute value of self.

Transposes a Signed Option into an Option of a Signed.

Note that if the inner value was None, the sign is lost.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Trait Implementations§

The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Formats the value using the given formatter. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
The resulting type after applying the - operator.
Performs the unary - operation. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. 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
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
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
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
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
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
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
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
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
The resulting type after applying the % operator.
Performs the % operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Performs the %= operation. Read more
Serialize this value into the given Serde serializer. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more
Performs the -= operation. Read more

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

Returns the argument unchanged.

Calls U::from(self).

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

The resulting inner type after applying the addition.
Computes the addition. Read more
The resulting inner type after applying the addition.
Computes the addition. Read more
The resulting inner type after applying the addition.
Computes the addition. Read more
Performs the addition assignment. Read more
Performs the addition assignment. Read more
Performs the addition assignment. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the division.
Computes the division. Read more
The resulting inner type after applying the division.
Computes the division. Read more
The resulting inner type after applying the division.
Computes the division. Read more
Performs the division assignment. Read more
Performs the division assignment. Read more
Performs the division assignment. Read more
Tests whether self is equal to other. Read more
Tests whether self is not equal to other. Read more
Tests whether self is equal to other. Read more
Tests whether self is not equal to other. Read more
Tests whether self is equal to other. Read more
Tests whether self is not equal to other. Read more
Tests whether self is equal to other. Read more
Tests whether self is not equal to other. Read more
Compares and returns the minimum of two values. Read more
Compares and returns the maximum of two values. Read more
Compares and returns the minimum of two values. Read more
Compares and returns the maximum of two values. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication. Read more
Performs the multiplication assignment. Read more
Performs the multiplication assignment. Read more
Performs the multiplication assignment. Read more
Returns an ordering between self and rhs values if one exists. Read more
Tests whether self is less than rhs. Read more
Tests whether self is less or equal to rhs. Read more
Tests whether self is greater than rhs. Read more
Tests whether self is greater or equal to rhs. Read more
Returns an ordering between self and rhs values if one exists. Read more
Tests whether self is less than rhs. Read more
Tests whether self is less or equal to rhs. Read more
Tests whether self is greater than rhs. Read more
Tests whether self is greater or equal to rhs. Read more
Returns an ordering between self and rhs values if one exists. Read more
Tests whether self is less than rhs. Read more
Tests whether self is less or equal to rhs. Read more
Tests whether self is greater than rhs. Read more
Tests whether self is greater or equal to rhs. Read more
Returns an ordering between self and rhs values if one exists. Read more
Tests whether self is less than rhs. Read more
Tests whether self is less or equal to rhs. Read more
Tests whether self is greater than rhs. Read more
Tests whether self is greater or equal to rhs. Read more
The resulting inner type after applying the remainder.
Computes the remainder. Read more
The resulting inner type after applying the remainder.
Computes the remainder. Read more
The resulting inner type after applying the remainder.
Computes the remainder. Read more
Performs the remainder assignment. Read more
Performs the remainder assignment. Read more
Performs the remainder assignment. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the multiplication.
Computes the multiplication saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the substraction.
Computes the substraction. Read more
The resulting inner type after applying the substraction.
Computes the substraction. Read more
The resulting inner type after applying the substraction.
Computes the substraction. Read more
Performs the substraction assignment. Read more
Performs the substraction assignment. Read more
Performs the substraction assignment. Read more
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
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.