Struct winapi::um::winnt::EXCEPTION_POINTERS
source · #[repr(C)]pub struct EXCEPTION_POINTERS {
pub ExceptionRecord: PEXCEPTION_RECORD,
pub ContextRecord: PCONTEXT,
}
Fields§
§ExceptionRecord: PEXCEPTION_RECORD
§ContextRecord: PCONTEXT
Trait 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 moresource§impl Default for EXCEPTION_POINTERS
impl Default for EXCEPTION_POINTERS
source§fn default() -> EXCEPTION_POINTERS
fn default() -> EXCEPTION_POINTERS
Returns the “default value” for a type. Read more