#[repr(C)]pub struct EXCEPTION_POINTERS {
    pub ExceptionRecord: PEXCEPTION_RECORD,
    pub ContextRecord: PCONTEXT,
}Fields§
§ExceptionRecord: PEXCEPTION_RECORD§ContextRecord: PCONTEXTTrait Implementations§
Source§impl Clone for EXCEPTION_POINTERS
 
impl Clone for EXCEPTION_POINTERS
Source§fn clone(&self) -> EXCEPTION_POINTERS
 
fn clone(&self) -> EXCEPTION_POINTERS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for EXCEPTION_POINTERS
Auto 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