Struct ethash_sys::ethash_h256 [] [src]

#[repr(C)]
pub struct ethash_h256 { pub b: [u8; 32], }

Type of a seedhash/blockhash e.t.c.

Fields

Trait Implementations

impl Debug for ethash_h256
[src]

Formats the value using the given formatter.

impl Copy for ethash_h256
[src]

impl Clone for ethash_h256
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more