[−][src]Struct object::macho::DylibModule64
Fields
module_name: U32<E>
the module name (index into string table)
iextdefsym: U32<E>
index into externally defined symbols
nextdefsym: U32<E>
number of externally defined symbols
irefsym: U32<E>
index into reference symbol table
nrefsym: U32<E>
number of reference symbol table entries
ilocalsym: U32<E>
index into symbols for local symbols
nlocalsym: U32<E>
number of local symbols
iextrel: U32<E>
index into external relocation entries
nextrel: U32<E>
number of external relocation entries
iinit_iterm: U32<E>
low 16 bits are the index into the init section, high 16 bits are the index into the term section
ninit_nterm: U32<E>
low 16 bits are the number of init section entries, high 16 bits are the number of term section entries
objc_module_info_size: U32<E>
for this module size of the (__OBJC,__module_info) section
objc_module_info_addr: U64<E>
for this module address of the start of the (__OBJC,__module_info) section
Trait Implementations
impl<E: Clone + Endian> Clone for DylibModule64<E>
[src]
fn clone(&self) -> DylibModule64<E>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: Copy + Endian> Copy for DylibModule64<E>
[src]
impl<E: Debug + Endian> Debug for DylibModule64<E>
[src]
impl<E: Endian> Pod for DylibModule64<E>
[src]
Auto Trait Implementations
impl<E> Send for DylibModule64<E> where
E: Send,
E: Send,
impl<E> Sync for DylibModule64<E> where
E: Sync,
E: Sync,
impl<E> Unpin for DylibModule64<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,