Struct WER_EXCEPTION_INFORMATION
#[repr(C)]pub struct WER_EXCEPTION_INFORMATION {
pub pExceptionPointers: *mut EXCEPTION_POINTERS,
pub bClientPointers: BOOL,
}
Fields§
§pExceptionPointers: *mut EXCEPTION_POINTERS
§bClientPointers: BOOL
Trait Implementations§
§impl Clone for WER_EXCEPTION_INFORMATION
impl Clone for WER_EXCEPTION_INFORMATION
§fn clone(&self) -> WER_EXCEPTION_INFORMATION
fn clone(&self) -> WER_EXCEPTION_INFORMATION
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 moreimpl Copy for WER_EXCEPTION_INFORMATION
Auto Trait Implementations§
impl Freeze for WER_EXCEPTION_INFORMATION
impl RefUnwindSafe for WER_EXCEPTION_INFORMATION
impl !Send for WER_EXCEPTION_INFORMATION
impl !Sync for WER_EXCEPTION_INFORMATION
impl Unpin for WER_EXCEPTION_INFORMATION
impl UnwindSafe for WER_EXCEPTION_INFORMATION
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