#[repr(C)]pub struct _EXCEPTION_RECORD32 {
pub ExceptionCode: DWORD,
pub ExceptionFlags: DWORD,
pub ExceptionRecord: DWORD,
pub ExceptionAddress: DWORD,
pub NumberParameters: DWORD,
pub ExceptionInformation: [DWORD; 15],
}Fields§
§ExceptionCode: DWORD§ExceptionFlags: DWORD§ExceptionRecord: DWORD§ExceptionAddress: DWORD§NumberParameters: DWORD§ExceptionInformation: [DWORD; 15]Trait Implementations§
Source§impl Clone for _EXCEPTION_RECORD32
impl Clone for _EXCEPTION_RECORD32
Source§fn clone(&self) -> _EXCEPTION_RECORD32
fn clone(&self) -> _EXCEPTION_RECORD32
Returns a duplicate 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_RECORD32
impl Debug for _EXCEPTION_RECORD32
impl Copy for _EXCEPTION_RECORD32
Auto Trait Implementations§
impl Freeze for _EXCEPTION_RECORD32
impl RefUnwindSafe for _EXCEPTION_RECORD32
impl Send for _EXCEPTION_RECORD32
impl Sync for _EXCEPTION_RECORD32
impl Unpin for _EXCEPTION_RECORD32
impl UnwindSafe for _EXCEPTION_RECORD32
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