Struct object::elf::Syminfo64 [−][src]
Expand description
Additional information about a Sym64
.
Fields
si_boundto: U16<E>
Direct bindings, symbol bound to.
si_flags: U16<E>
Per symbol flags.
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Syminfo64<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Syminfo64<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more