pub struct I64(pub i64);

Tuple Fields

0: i64

Implementations

Warning: use with caution, breaks the constant-time guarantee.

Warning: panics when overflow.

Warning: panics when overflow.

Warning: panics when overflow.

Produces a new integer which is all ones if the first argument is different from the second argument, and all zeroes otherwise.

Produces a new integer which is all ones if the first argument is greater than or equal to the second argument, and all zeroes otherwise. With inspiration from

Produces a new integer which is all ones if the first argument is strictly greater than the second argument, and all zeroes otherwise.

Produces a new integer which is all ones if the first argument is less than or equal to the second argument, and all zeroes otherwise.

Produces a new integer which is all ones if the first argument is strictly less than the second argument, and all zeroes otherwise.

Trait Implementations

Warning: has wrapping semantics.

The resulting type after applying the + operator.

Performs the + operation. Read more

Warning: has wrapping semantics.

Performs the += operation. Read more

The resulting type after applying the & operator.

Performs the & operation. Read more

Performs the &= operation. Read more

The resulting type after applying the | operator.

Performs the | operation. Read more

Performs the |= operation. Read more

The resulting type after applying the ^ operator.

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

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

Formats the value using the given formatter. Read more

Warning: wrapping semantics.

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.

Warning: wrapping semantics.

Converts to this type from the input type.

Warning: wrapping semantics.

Converts to this type from the input type.

Warning: wrapping semantics.

Converts to this type from the input type.

Converts to this type from the input type.

Converts to this type from the input type.

Warning: wrapping semantics.

Converts to this type from the input type.

Converts to this type from the input type.

Formats the value using the given formatter.

Warning: has wrapping semantics.

The resulting type after applying the * operator.

Performs the * operation. Read more

Warning: has wrapping semantics.

Performs the *= operation. Read more

The resulting type after applying the - operator.

Performs the unary - operation. Read more

The resulting type after applying the ! operator.

Performs the unary ! operation. Read more

The resulting type after applying the << operator.

Performs the << operation. Read more

Performs the <<= operation. Read more

The resulting type after applying the >> operator.

Performs the >> operation. Read more

Performs the >>= operation. Read more

Warning: has wrapping semantics.

The resulting type after applying the - operator.

Performs the - operation. Read more

Warning: has wrapping semantics.

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 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.