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
Auto Trait Implementations
impl<E> RefUnwindSafe for HashHeader<E> where
E: RefUnwindSafe,
impl<E> Send for HashHeader<E> where
E: Send,
impl<E> Sync for HashHeader<E> where
E: Sync,
impl<E> Unpin for HashHeader<E> where
E: Unpin,
impl<E> UnwindSafe for HashHeader<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more