Struct windows_sys::Win32::System::Diagnostics::Debug::UNWIND_HISTORY_TABLE
#[repr(C)]pub struct UNWIND_HISTORY_TABLE {
pub Count: u32,
pub LocalHint: u8,
pub GlobalHint: u8,
pub Search: u8,
pub Once: u8,
pub LowAddress: usize,
pub HighAddress: usize,
pub Entry: [UNWIND_HISTORY_TABLE_ENTRY; 12],
}Fields§
§Count: u32§LocalHint: u8§GlobalHint: u8§Search: u8§Once: u8§LowAddress: usize§HighAddress: usize§Entry: [UNWIND_HISTORY_TABLE_ENTRY; 12]Trait Implementations§
§impl Clone for UNWIND_HISTORY_TABLE
impl Clone for UNWIND_HISTORY_TABLE
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§
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