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

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

Unwind info.

Methods

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

pub fn pe(&self) -> P[src]

Gets the PE instance.

pub fn image(&self) -> &'a UNWIND_INFO[src]

Returns the underlying unwind info image.

pub fn version(&self) -> u8[src]

pub fn flags(&self) -> u8[src]

pub fn size_of_prolog(&self) -> usize[src]

pub fn frame_register(&self) -> u8[src]

pub fn frame_offset(&self) -> u8[src]

pub fn unwind_codes(&self) -> &'a [UNWIND_CODE][src]

Trait Implementations

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

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

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

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]