Struct bigint::MI256 [] [src]

pub struct MI256(pub Sign, pub M256);

Represents a signed module 256-bit integer.

Methods

impl MI256
[src]

[src]

Zero value of MI256.

[src]

One value of MI256.

[src]

Maximum value of MI256.

[src]

Minimum value of MI256.

Trait Implementations

impl Eq for MI256
[src]

impl PartialEq for MI256
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for MI256
[src]

[src]

Formats the value using the given formatter.

impl Copy for MI256
[src]

impl Clone for MI256
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for MI256
[src]

[src]

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

1.3.0
[src]

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

impl Default for MI256
[src]

[src]

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

impl From<M256> for MI256
[src]

[src]

Performs the conversion.

impl Into<M256> for MI256
[src]

[src]

Performs the conversion.

impl Ord for MI256
[src]

[src]

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

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for MI256
[src]

[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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.

[src]

Performs the / operation.

impl Rem for MI256
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.