msfs::sys

Type Alias EXCEPTION_POINTERS

Source
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

Source§

fn clone(&self) -> _EXCEPTION_POINTERS

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _EXCEPTION_POINTERS

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _EXCEPTION_POINTERS