Struct bigint2::U512 [] [src]

#[repr(C)]
pub struct U512(_);

Represents an unsigned 512-bit integer.

Methods

impl U512
[src]

Bits needed to represent this value.

Zero value of U512.

Trait Implementations

impl Eq for U512
[src]

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

Formats the value using the given formatter.

impl Copy for U512
[src]

impl Clone for U512
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for U512
[src]

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

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

impl From<U256> for U512
[src]

Performs the conversion.

impl Into<U256> for U512
[src]

Performs the conversion.

impl Ord for U512
[src]

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

impl PartialOrd for U512
[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 BitAnd<U512> for U512
[src]

The resulting type after applying the & operator

The method for the & operator

impl Shl<usize> for U512
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<usize> for U512
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Add for U512
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for U512
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for U512
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div for U512
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem for U512
[src]

The resulting type after applying the % operator

The method for the % operator

impl LowerHex for U512
[src]

Formats the value using the given formatter.

impl UpperHex for U512
[src]

Formats the value using the given formatter.