Struct fasthash_sys::t1ha_state256__bindgen_ty_1[][src]

#[repr(C)]
pub struct t1ha_state256__bindgen_ty_1 { pub a: u64, pub b: u64, pub c: u64, pub d: u64, }

Fields

Trait Implementations

impl Debug for t1ha_state256__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

impl Copy for t1ha_state256__bindgen_ty_1
[src]

impl Clone for t1ha_state256__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations