Struct winapi::winnt::EXCEPTION_POINTERS
[−]
[src]
pub struct EXCEPTION_POINTERS {
pub ExceptionRecord: PEXCEPTION_RECORD,
pub ContextRecord: PCONTEXT,
}Fields
ExceptionRecord | |
ContextRecord |
Trait Implementations
impl Copy for EXCEPTION_POINTERS[src]
impl Clone for EXCEPTION_POINTERS[src]
fn clone(&self) -> EXCEPTION_POINTERS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more