structstd.elf.gnu_hash.ChainEntry[src]

Fields

end_of_chain: bool
hash: u31

Contains the top bits of the hash value.

Source Code

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