#[repr(C)]pub struct EXCEPTION_POINTERS {
pub ExceptionRecord: *mut EXCEPTION_RECORD,
pub ContextRecord: *mut CONTEXT,
}Fields§
§ExceptionRecord: *mut EXCEPTION_RECORD§ContextRecord: *mut CONTEXTAuto Trait Implementations§
impl Freeze for EXCEPTION_POINTERS
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