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
cache: *mut c_void
cache_size: u64
block_number: u64
Trait Implementations
impl Debug for ethash_light[src]
impl Copy for ethash_light[src]
impl Clone for ethash_light[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more