Struct msfs::sys::_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 Debug for _EXCEPTION_POINTERS
impl Debug for _EXCEPTION_POINTERS
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more