Struct evm::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 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 Copy for MI256
[src]

impl Debug for MI256
[src]

[src]

Formats the value using the given formatter.

impl Eq for MI256
[src]

impl PartialEq<MI256> 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 Rem<MI256> for MI256
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Hash for MI256
[src]

[src]

impl From<M256> for MI256
[src]

[src]

Performs the conversion.

impl Div<MI256> for MI256
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl PartialOrd<MI256> for MI256
[src]

[src]

impl Ord for MI256
[src]

[src]

impl Into<M256> for MI256
[src]

[src]

Performs the conversion.

impl Default for MI256
[src]

[src]

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