#[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
sourceimpl Clone for UNWIND_HISTORY_TABLE
 
impl Clone for UNWIND_HISTORY_TABLE
sourcefn clone(&self) -> UNWIND_HISTORY_TABLE
 
fn clone(&self) -> UNWIND_HISTORY_TABLE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for UNWIND_HISTORY_TABLE
Auto Trait Implementations
impl RefUnwindSafe for UNWIND_HISTORY_TABLE
impl !Send for UNWIND_HISTORY_TABLE
impl !Sync for UNWIND_HISTORY_TABLE
impl Unpin for UNWIND_HISTORY_TABLE
impl UnwindSafe for UNWIND_HISTORY_TABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more