Struct std::backtrace_rs::windows::KDHELP64
source · #[repr(C)]pub struct KDHELP64 {Show 14 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 Reserved0: u32,
pub Reserved1: [u64; 4],
}
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
§Reserved0: u32
§Reserved1: [u64; 4]
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§
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