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

#[repr(C)]
pub struct CatchableTypeArray { pub catchable_types: i32, pub array: [Ptr<CatchableType>; 0], }

Fields

Number of entries in the following array.

Array of pointers to catchable types.

Trait Implementations

impl Debug for CatchableTypeArray
[src]

Formats the value using the given formatter. Read more

impl Pod for CatchableTypeArray
[src]

Auto Trait Implementations