#[repr(C)]pub struct ExceptionPointers {
pub exception_record: *mut EXCEPTION_RECORD,
pub context_record: *mut CONTEXT,
}Fields§
§exception_record: *mut EXCEPTION_RECORD§context_record: *mut CONTEXTAuto Trait Implementations§
impl !Send for ExceptionPointers
impl !Sync for ExceptionPointers
impl Freeze for ExceptionPointers
impl RefUnwindSafe for ExceptionPointers
impl Unpin for ExceptionPointers
impl UnsafeUnpin for ExceptionPointers
impl UnwindSafe for ExceptionPointers
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