Struct object::elf::HashHeader
source · Expand description
Header of SHT_HASH
section.
Fields§
§bucket_count: U32<E>
The number of hash buckets.
chain_count: U32<E>
The number of chain values.
Trait Implementations§
source§impl<E: Clone + Endian> Clone for HashHeader<E>
impl<E: Clone + Endian> Clone for HashHeader<E>
source§fn clone(&self) -> HashHeader<E>
fn clone(&self) -> HashHeader<E>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more