Struct object::macho::DylibTableOfContents
source · #[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§
source§impl<E: Clone + Endian> Clone for DylibTableOfContents<E>
impl<E: Clone + Endian> Clone for DylibTableOfContents<E>
source§fn clone(&self) -> DylibTableOfContents<E>
fn clone(&self) -> DylibTableOfContents<E>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more