#[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: DWORD§LocalHint: BYTE§GlobalHint: BYTE§Search: BYTE§Once: BYTE§LowAddress: DWORD64§HighAddress: DWORD64§Entry: [UNWIND_HISTORY_TABLE_ENTRY; 12]Trait Implementations§
Source§impl Clone for UNWIND_HISTORY_TABLE
 
impl Clone for UNWIND_HISTORY_TABLE
Source§fn clone(&self) -> UNWIND_HISTORY_TABLE
 
fn clone(&self) -> UNWIND_HISTORY_TABLE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for UNWIND_HISTORY_TABLE
Auto Trait Implementations§
impl Freeze for UNWIND_HISTORY_TABLE
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§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more