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

#[repr(C)]
pub struct ESTypeList { pub count: i32, pub type_array: Ptr<[HandlerType]>, }

List of expected exceptions.

Fields

Number of entries in the list.

List of exceptions; it seems only pType field in HandlerType is used.

Trait Implementations

impl Copy for ESTypeList
[src]

impl Clone for ESTypeList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ESTypeList
[src]

Formats the value using the given formatter. Read more

impl Pod for ESTypeList
[src]

Auto Trait Implementations

impl Send for ESTypeList

impl Sync for ESTypeList