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
impl<E: Clone + Endian> Clone for DylibTableOfContents<E>
[src]
impl<E: Clone + Endian> Clone for DylibTableOfContents<E>
[src]fn clone(&self) -> DylibTableOfContents<E>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: Debug + Endian> Debug for DylibTableOfContents<E>
[src]
impl<E: Debug + Endian> Debug for DylibTableOfContents<E>
[src]impl<E: Copy + Endian> Copy for DylibTableOfContents<E>
[src]
impl<E: Endian> Pod for DylibTableOfContents<E>
[src]
Auto Trait Implementations
impl<E> Send for DylibTableOfContents<E> where
E: Send,
E: Send,
impl<E> Sync for DylibTableOfContents<E> where
E: Sync,
E: Sync,
impl<E> Unpin for DylibTableOfContents<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.