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

#[repr(C)]
pub struct ThrowInfo { pub attributes: u32, pub unwind: Ptr, pub forward_compat: Ptr, pub catchable_type_array: Ptr<CatchableTypeArray>, }

Fields

  • 0x01: const
  • 0x02: volatile

Exception destructor.

Pointer to function with signature fn().

Forward compatibility handler.

Pointer to function with signature fn() -> i32.

List of types that can catch this exception; i.e. the actual type and all its ancestors.

Trait Implementations

impl Copy for ThrowInfo
[src]

impl Clone for ThrowInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThrowInfo
[src]

Formats the value using the given formatter. Read more

impl Pod for ThrowInfo
[src]

Auto Trait Implementations

impl Send for ThrowInfo

impl Sync for ThrowInfo