Struct pelite::pe32::load_config::LoadConfig[][src]

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

Load Config Directory.

For more information see the module-level documentation.

Methods

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

Gets the PE instance.

Returns the underlying load config directory image.

Gets the default security cookie for the image.

Gets the structured exception handler table.

Trait Implementations

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

Serialize this value into the given Serde serializer. Read more

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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