Struct pelite::pe32::msvc::UnwindMapEntry[][src]

#[repr(C)]
pub struct UnwindMapEntry { pub to_state: i32, pub action: Ptr, }

Fields

Target state.

Action to perform (unwind funclet address).

Pointer to function with signature fn().

Trait Implementations

impl Copy for UnwindMapEntry
[src]

impl Clone for UnwindMapEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnwindMapEntry
[src]

Formats the value using the given formatter. Read more

impl Pod for UnwindMapEntry
[src]

Auto Trait Implementations