Struct object::macho::DylibTableOfContents [−][src]
#[repr(C)]pub struct DylibTableOfContents<E: Endian> {
pub symbol_index: U32<E>,
pub module_index: U32<E>,
}
Fields
symbol_index: U32<E>
the defined external symbol (index into the symbol table)
module_index: U32<E>
index into the module table this symbol is defined in
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for DylibTableOfContents<E> where
E: RefUnwindSafe,
impl<E> Send for DylibTableOfContents<E> where
E: Send,
impl<E> Sync for DylibTableOfContents<E> where
E: Sync,
impl<E> Unpin for DylibTableOfContents<E> where
E: Unpin,
impl<E> UnwindSafe for DylibTableOfContents<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more