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],
}
Fields§
§Thread: u64
§ThCallbackStack: u32
§ThCallbackBStore: u32
§NextCallback: u32
§FramePointer: u32
§KiCallUserMode: u64
§KeUserCallbackDispatcher: u64
§SystemRangeStart: u64
§KiUserExceptionDispatcher: u64
§StackBase: u64
§StackLimit: u64
§BuildVersion: u32
§RetpolineStubFunctionTableSize: u32
§RetpolineStubFunctionTable: u64
§RetpolineStubOffset: u32
§RetpolineStubSize: u32
§Reserved0: [u64; 2]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KDHELP64
impl RefUnwindSafe for KDHELP64
impl Send for KDHELP64
impl Sync for KDHELP64
impl Unpin for KDHELP64
impl UnwindSafe for KDHELP64
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)