Struct sputnikvm::MI256 [] [src]

pub struct MI256(pub Sign, pub M256);

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 Clone for MI256
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialOrd<MI256> for MI256
[src]

impl Into<M256> for MI256
[src]

Performs the conversion.

impl Default for MI256
[src]

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

impl Eq for MI256
[src]

impl Copy for MI256
[src]

impl Ord for MI256
[src]

impl Debug for MI256
[src]

Formats the value using the given formatter.

impl Div<MI256> for MI256
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem<MI256> for MI256
[src]

The resulting type after applying the % operator

The method for the % operator

impl From<M256> for MI256
[src]

Performs the conversion.

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