Struct winapi::um::winnt::UNWIND_HISTORY_TABLE[][src]

#[repr(C)]
pub struct UNWIND_HISTORY_TABLE { pub Count: DWORD, pub LocalHint: BYTE, pub GlobalHint: BYTE, pub Search: BYTE, pub Once: BYTE, pub LowAddress: DWORD64, pub HighAddress: DWORD64, pub Entry: [UNWIND_HISTORY_TABLE_ENTRY; 12], }

Fields

Count: DWORDLocalHint: BYTEGlobalHint: BYTESearch: BYTEOnce: BYTELowAddress: DWORD64HighAddress: DWORD64Entry: [UNWIND_HISTORY_TABLE_ENTRY; 12]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.