Enum pelite::PeFile[][src]

pub enum PeFile<'a> {
    Pe32(PeFile<'a>),
    Pe64(PeFile<'a>),
}

View into an unmapped PE32 or PE32+ file.

Variants

Methods

impl<'a> PeFile<'a>
[src]

Constructs a PeFile from byte slice.

Trait Implementations

impl<'a> Serialize for PeFile<'a>
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<'a> Send for PeFile<'a>

impl<'a> Sync for PeFile<'a>