Struct pelite::ImageMap[][src]

pub struct ImageMap { /* fields omitted */ }

Memory mapped image.

Methods

impl ImageMap
[src]

Maps the executable image into memory with correctly aligned sections.

Trait Implementations

impl AsRawHandle for ImageMap
[src]

Extracts the raw handle, without taking any ownership.

impl AsRef<[u8]> for ImageMap
[src]

Performs the conversion.

impl Drop for ImageMap
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for ImageMap

impl !Sync for ImageMap