Struct pelite::pe64::imports::Imports[][src]

pub struct Imports<'a, P> { /* fields omitted */ }

Import directory.

For more information see the module-level documentation.

Methods

impl<'a, P: Pe<'a> + Copy> Imports<'a, P>
[src]

Gets the PE instance.

Returns the underlying import directory image array.

Trait Implementations

impl<'a, P: Pe<'a> + Copy> Serialize for Imports<'a, P>
[src]

Serialize this value into the given Serde serializer. Read more

impl<'a, P: Copy> Copy for Imports<'a, P>
[src]

impl<'a, P: Clone> Clone for Imports<'a, P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, P: Pe<'a> + Copy> IntoIterator for Imports<'a, P>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Important traits for Iter<'a, P>

Creates an iterator from a value. Read more

impl<'a, P: Pe<'a> + Copy> Debug for Imports<'a, P>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, P> Send for Imports<'a, P> where
    P: Send

impl<'a, P> Sync for Imports<'a, P> where
    P: Sync