Struct ethash_sys::ethash_light [] [src]

#[repr(C)]
pub struct ethash_light { pub cache: *mut c_void, pub cache_size: u64, pub block_number: u64, }

Fields

Trait Implementations

impl Debug for ethash_light
[src]

Formats the value using the given formatter.

impl Copy for ethash_light
[src]

impl Clone for ethash_light
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more