Struct pelite::pe32::exception::UnwindInfo[][src]

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

Unwind info.

Methods

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

Gets the PE instance.

Returns the underlying unwind info image.

Trait Implementations

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

impl<'a, P: Clone> Clone for UnwindInfo<'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 UnwindInfo<'a, P>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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