Struct fasthash_sys::XXH64_state_t [] [src]

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

Fields

Trait Implementations

impl Debug for XXH64_state_t
[src]

Formats the value using the given formatter.

impl Copy for XXH64_state_t
[src]

impl Clone for XXH64_state_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more