Union fasthash_sys::t1ha_state256[][src]

#[repr(C)]
pub union t1ha_state256 { pub bytes: [u8; 32], pub u32: [u32; 8], pub u64: [u64; 4], pub n: t1ha_state256__bindgen_ty_1, // some fields omitted }

Fields

Trait Implementations

impl Copy for t1ha_state256
[src]

impl Clone for t1ha_state256
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations