Struct fasthash_sys::t1ha_context[][src]

#[repr(C)]
pub struct t1ha_context { pub state: t1ha_state256_t, pub buffer: t1ha_state256_t, pub partial: usize, pub total: u64, pub __bindgen_padding_0: [u64; 2], }

Fields

Trait Implementations

impl Copy for t1ha_context
[src]

impl Clone for t1ha_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations