struct ChainEntry [src]

Fields

end_of_chain: bool
hash: u31Contains the top bits of the hash value.

Source

pub const ChainEntry = packed struct(u32) { end_of_chain: bool, /// Contains the top bits of the hash value. hash: u31, }