Struct ethash_sys::node [] [src]

#[repr(C)]
pub struct node { pub bytes: __BindgenUnionField<[u8; 64]>, pub words: __BindgenUnionField<[u32; 16]>, pub double_words: __BindgenUnionField<[u64; 8]>, pub bindgen_union_field: [u64; 8], }

Fields

Trait Implementations

impl Debug for node
[src]

Formats the value using the given formatter.

impl Copy for node
[src]

impl Clone for node
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more