Struct ntapi::ntdbg::DBGKM_EXCEPTION
source · [−]#[repr(C)]pub struct DBGKM_EXCEPTION {
pub ExceptionRecord: EXCEPTION_RECORD,
pub FirstChance: ULONG,
}
Fields
ExceptionRecord: EXCEPTION_RECORD
FirstChance: ULONG
Trait Implementations
sourceimpl Clone for DBGKM_EXCEPTION
impl Clone for DBGKM_EXCEPTION
sourcefn clone(&self) -> DBGKM_EXCEPTION
fn clone(&self) -> DBGKM_EXCEPTION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for DBGKM_EXCEPTION
Auto Trait Implementations
impl RefUnwindSafe for DBGKM_EXCEPTION
impl !Send for DBGKM_EXCEPTION
impl !Sync for DBGKM_EXCEPTION
impl Unpin for DBGKM_EXCEPTION
impl UnwindSafe for DBGKM_EXCEPTION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more