Struct fasthash_sys::XXH64_state_t [−][src]
#[repr(C)]pub struct XXH64_state_t { pub ll: [c_longlong; 11], }
Fields
ll: [c_longlong; 11]
Trait Implementations
impl Debug for XXH64_state_t
[src]
impl Debug for XXH64_state_t
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for XXH64_state_t
[src]
impl Copy for XXH64_state_t
impl Clone for XXH64_state_t
[src]
impl Clone for XXH64_state_t
Auto Trait Implementations
impl Send for XXH64_state_t
impl Send for XXH64_state_t
impl Sync for XXH64_state_t
impl Sync for XXH64_state_t