Struct bigint2::MI256 [] [src]

pub struct MI256(_, _);

Represents a signed module 256-bit integer.

Methods

impl MI256
[src]

Zero value of MI256.

One value of MI256.

Maximum value of MI256.

Minimum value of MI256.

Trait Implementations

impl Eq for MI256
[src]

impl PartialEq for MI256
[src]

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

This method tests for !=.

impl Debug for MI256
[src]

Formats the value using the given formatter.

impl Copy for MI256
[src]

impl Clone for MI256
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for MI256
[src]

Feeds this value into the given [Hasher]. Read more

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

impl Default for MI256
[src]

Returns the "default value" for a type. Read more

impl From<M256> for MI256
[src]

Performs the conversion.

impl Into<M256> for MI256
[src]

Performs the conversion.

impl Ord for MI256
[src]

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

impl PartialOrd for MI256
[src]

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

impl Div for MI256
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem for MI256
[src]

The resulting type after applying the % operator

The method for the % operator