Struct bigint::B256 [] [src]

pub struct B256(_, _);

Maximum 256-bit byte-array that does not require heap allocation.

Methods

impl B256
[src]

[src]

Trait Implementations

impl Eq for B256
[src]

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

[src]

Formats the value using the given formatter.

impl Copy for B256
[src]

impl Clone for B256
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

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

impl Encodable for B256
[src]

[src]

Append a value to the stream

[src]

Get rlp-encoded bytes for this instance

impl Decodable for B256
[src]

[src]

Decode a value from RLP bytes