Struct goblin::pe::import::SyntheticImportDirectoryEntry [−][src]
Fields
import_directory_entry: ImportDirectoryEntry
name: &'a str
Computed
import_lookup_table: Option<ImportLookupTable<'a>>
The import lookup table is a vector of either ordinals, or RVAs + import names
import_address_table: ImportAddressTable
Computed
Implementations
impl<'a> SyntheticImportDirectoryEntry<'a>
[src]
pub fn parse<T: Bitfield<'a>>(
bytes: &'a [u8],
import_directory_entry: ImportDirectoryEntry,
sections: &[SectionTable],
file_alignment: u32
) -> Result<SyntheticImportDirectoryEntry<'a>>
[src]
bytes: &'a [u8],
import_directory_entry: ImportDirectoryEntry,
sections: &[SectionTable],
file_alignment: u32
) -> Result<SyntheticImportDirectoryEntry<'a>>
pub fn parse_with_opts<T: Bitfield<'a>>(
bytes: &'a [u8],
import_directory_entry: ImportDirectoryEntry,
sections: &[SectionTable],
file_alignment: u32,
opts: &ParseOptions
) -> Result<SyntheticImportDirectoryEntry<'a>>
[src]
bytes: &'a [u8],
import_directory_entry: ImportDirectoryEntry,
sections: &[SectionTable],
file_alignment: u32,
opts: &ParseOptions
) -> Result<SyntheticImportDirectoryEntry<'a>>
Trait Implementations
impl<'a> Debug for SyntheticImportDirectoryEntry<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for SyntheticImportDirectoryEntry<'a>
impl<'a> Send for SyntheticImportDirectoryEntry<'a>
impl<'a> Sync for SyntheticImportDirectoryEntry<'a>
impl<'a> Unpin for SyntheticImportDirectoryEntry<'a>
impl<'a> UnwindSafe for SyntheticImportDirectoryEntry<'a>
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,
pub 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, 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.
pub 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>,