Enum pe::ExportAddress [] [src]

pub enum ExportAddress<'data> {
    Export(&'data RVA<Fn()>),
    Forwarder(&'data RVA<[CChar]>),
}

Variants

Trait Implementations

impl<'data> Debug for ExportAddress<'data>
[src]

Formats the value using the given formatter.