Struct pelite::FileMap[][src]

pub struct FileMap { /* fields omitted */ }

Memory mapped file.

Methods

impl FileMap
[src]

Maps the whole file into memory.

Trait Implementations

impl Drop for FileMap
[src]

Executes the destructor for this type. Read more

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

Performs the conversion.

Auto Trait Implementations

impl !Send for FileMap

impl !Sync for FileMap