Struct windows_sys::Win32::System::Diagnostics::Debug::EXCEPTION_POINTERS
#[repr(C)]pub struct EXCEPTION_POINTERS {
pub ExceptionRecord: *mut EXCEPTION_RECORD,
pub ContextRecord: *mut CONTEXT,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§ExceptionRecord: *mut EXCEPTION_RECORD
§ContextRecord: *mut CONTEXT
Trait Implementations§
§impl Clone for EXCEPTION_POINTERS
impl Clone for EXCEPTION_POINTERS
impl Copy for EXCEPTION_POINTERS
Auto Trait Implementations§
impl RefUnwindSafe for EXCEPTION_POINTERS
impl !Send for EXCEPTION_POINTERS
impl !Sync for EXCEPTION_POINTERS
impl Unpin for EXCEPTION_POINTERS
impl UnwindSafe for EXCEPTION_POINTERS
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