Expand description
A parsed import thunk.
Variants
Ordinal(u16)
Import by ordinal.
Name(u16, &'data [u8])
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