Struct windows_sys::Win32::System::Diagnostics::Debug::KDHELP64
[−]#[repr(C)]pub struct KDHELP64 {Show 17 fields
pub Thread: u64,
pub ThCallbackStack: u32,
pub ThCallbackBStore: u32,
pub NextCallback: u32,
pub FramePointer: u32,
pub KiCallUserMode: u64,
pub KeUserCallbackDispatcher: u64,
pub SystemRangeStart: u64,
pub KiUserExceptionDispatcher: u64,
pub StackBase: u64,
pub StackLimit: u64,
pub BuildVersion: u32,
pub RetpolineStubFunctionTableSize: u32,
pub RetpolineStubFunctionTable: u64,
pub RetpolineStubOffset: u32,
pub RetpolineStubSize: u32,
pub Reserved0: [u64; 2],
}Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Thread: u64ThCallbackStack: u32ThCallbackBStore: u32NextCallback: u32FramePointer: u32KiCallUserMode: u64KeUserCallbackDispatcher: u64SystemRangeStart: u64KiUserExceptionDispatcher: u64StackBase: u64StackLimit: u64BuildVersion: u32RetpolineStubFunctionTableSize: u32RetpolineStubFunctionTable: u64RetpolineStubOffset: u32RetpolineStubSize: u32Reserved0: [u64; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KDHELP64
impl Send for KDHELP64
impl Sync for KDHELP64
impl Unpin for KDHELP64
impl UnwindSafe for KDHELP64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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