Struct goblin::pe::import::Import [−][src]
A synthesized symbol import, the name is pre-indexed, and the binary offset is computed, as well as which dll it belongs to
Fields
name: Cow<'a, str>
dll: &'a str
ordinal: u16
offset: usize
rva: usize
size: usize
Implementations
impl<'a> Import<'a>
[src][−]
pub fn parse<T: Bitfield<'a>>(
_bytes: &'a [u8],
import_data: &ImportData<'a>,
_sections: &[SectionTable]
) -> Result<Vec<Import<'a>>>
[src]
_bytes: &'a [u8],
import_data: &ImportData<'a>,
_sections: &[SectionTable]
) -> Result<Vec<Import<'a>>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Import<'a>
impl<'a> Send for Import<'a>
impl<'a> Sync for Import<'a>
impl<'a> Unpin for Import<'a>
impl<'a> UnwindSafe for Import<'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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,