pub type EXCEPTION_POINTERS = _EXCEPTION_POINTERS;
Aliased Type§
struct EXCEPTION_POINTERS {
pub ExceptionRecord: *mut _EXCEPTION_RECORD,
pub ContextRecord: *mut _CONTEXT,
}
Fields§
§ExceptionRecord: *mut _EXCEPTION_RECORD
§ContextRecord: *mut _CONTEXT
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 more