Enum goblin::pe::export::Reexport [−][src]
pub enum Reexport<'a> { DLLName { export: &'a str, lib: &'a str, }, DLLOrdinal { ordinal: usize, lib: &'a str, }, }
PE binaries have two kinds of reexports, either specifying the dll’s name, or the ordinal value of the dll
Variants
Implementations
impl<'a> Reexport<'a>
[src][−]
Trait Implementations
impl<'a> Debug for Reexport<'a>
[src][+]
impl<'a> TryFromCtx<'a, Endian, [u8]> for Reexport<'a>
[src][+]
Auto Trait Implementations
impl<'a> RefUnwindSafe for Reexport<'a>
impl<'a> Send for Reexport<'a>
impl<'a> Sync for Reexport<'a>
impl<'a> Unpin for Reexport<'a>
impl<'a> UnwindSafe for Reexport<'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>,