Struct ethash_sys::ethash_return_value [] [src]

#[repr(C)]
pub struct ethash_return_value { pub result: ethash_h256_t, pub mix_hash: ethash_h256_t, pub success: bool, }

Fields

Trait Implementations

impl Debug for ethash_return_value
[src]

Formats the value using the given formatter.

impl Copy for ethash_return_value
[src]

impl Clone for ethash_return_value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more