Struct highway::Key[][src]

pub struct Key(pub [u64; 4]);

Key used in HighwayHash that will drastically change the hash outputs.

Trait Implementations

impl Debug for Key
[src]

Formats the value using the given formatter. Read more

impl Default for Key
[src]

Returns the "default value" for a type. Read more

impl Clone for Key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Key
[src]

impl Index<usize> for Key
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl Send for Key

impl Sync for Key