#[repr(C)]pub struct EXCEPTION_POINTERS {
pub ExceptionRecord: PEXCEPTION_RECORD,
pub ContextRecord: PCONTEXT,
}
Fields
ExceptionRecord: PEXCEPTION_RECORD
ContextRecord: PCONTEXT
Trait Implementations
sourceimpl Clone for EXCEPTION_POINTERS
impl Clone for EXCEPTION_POINTERS
sourcefn clone(&self) -> EXCEPTION_POINTERS
fn clone(&self) -> EXCEPTION_POINTERS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more