Enum object::read::pe::Import [−][src]
Expand description
A parsed import thunk.
Variants
Ordinal(u16)
Import by ordinal.
Tuple Fields of Ordinal
0: u16
Import by name.
Includes a hint for the index into the export name pointer table in the target library.
Trait Implementations
Auto Trait Implementations
impl<'data> RefUnwindSafe for Import<'data>
impl<'data> UnwindSafe for Import<'data>
Blanket Implementations
Mutably borrows from an owned value. Read more