Enum windows_native::ntdbg::DBG_STATE
source · #[repr(i32)]pub enum DBG_STATE {
DbgIdle,
DbgReplyPending,
DbgCreateThreadStateChange,
DbgCreateProcessStateChange,
DbgExitThreadStateChange,
DbgExitProcessStateChange,
DbgExceptionStateChange,
DbgBreakpointStateChange,
DbgSingleStepStateChange,
DbgLoadDllStateChange,
DbgUnloadDllStateChange,
}Variants§
DbgIdle
DbgReplyPending
DbgCreateThreadStateChange
DbgCreateProcessStateChange
DbgExitThreadStateChange
DbgExitProcessStateChange
DbgExceptionStateChange
DbgBreakpointStateChange
DbgSingleStepStateChange
DbgLoadDllStateChange
DbgUnloadDllStateChange
Trait Implementations§
source§impl PartialEq<DBG_STATE> for DBG_STATE
impl PartialEq<DBG_STATE> for DBG_STATE
impl Copy for DBG_STATE
impl Eq for DBG_STATE
impl StructuralEq for DBG_STATE
impl StructuralPartialEq for DBG_STATE
Auto Trait Implementations§
impl RefUnwindSafe for DBG_STATE
impl Send for DBG_STATE
impl Sync for DBG_STATE
impl Unpin for DBG_STATE
impl UnwindSafe for DBG_STATE
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