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],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
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
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