Struct object::elf::Dyn32 [−][src]
Expand description
Dynamic section entry.
Fields
d_tag: U32<E>
Dynamic entry type.
d_val: U32<E>
Value (integer or address).
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Dyn32<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Dyn32<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more