#[repr(C)]pub struct EXCEPTION_POINTERS {
pub ExceptionRecord: *mut EXCEPTION_RECORD,
pub ContextRecord: *mut CONTEXT,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§ExceptionRecord: *mut EXCEPTION_RECORD
🔬This is a nightly-only experimental API. (
§windows_c
)ContextRecord: *mut CONTEXT
🔬This is a nightly-only experimental API. (
windows_c
)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