Struct object::elf::Syminfo32 [−][src]
Expand description
Additional information about a Sym32.
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 Syminfo32<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Syminfo32<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more