Struct fasthash_sys::XXH32_state_t[][src]

#[repr(C)]
pub struct XXH32_state_t { pub ll: [c_longlong; 6], }

Advanced Hash Functions

Fields

Trait Implementations

impl Debug for XXH32_state_t
[src]

Formats the value using the given formatter. Read more

impl Copy for XXH32_state_t
[src]

impl Clone for XXH32_state_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations