Struct pelite::resources::Resources[][src]

pub struct Resources<'a> { /* fields omitted */ }

Resources filesystem.

Methods

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

Finds a resource by its type, name and language.

Gets the Version Information.

Gets the Application Manifest.

Finds a file or directory by its path.

Finds a file by its path.

Finds a directory by its path.

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

Parse the bytes as PE resources.

No validation or integrity checking is done ahead of time.

Gets the root directory.

Filesystem consistency check.

Simply walks the filesystem checking all references are valid.

Trait Implementations

impl<'a> Display for Resources<'a>
[src]

Formats the value using the given formatter. Read more

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

Serialize this value into the given Serde serializer. Read more

impl<'a> Copy for Resources<'a>
[src]

impl<'a> Clone for Resources<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Resources<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Resources<'a>

impl<'a> Sync for Resources<'a>