Enum windows_native::ntexapi::SYSDBG_COMMAND
source · #[repr(i32)]pub enum SYSDBG_COMMAND {
Show 40 variants
SysDbgQueryModuleInformation,
SysDbgQueryTraceInformation,
SysDbgSetTracepoint,
SysDbgSetSpecialCall,
SysDbgClearSpecialCalls,
SysDbgQuerySpecialCalls,
SysDbgBreakPoint,
SysDbgQueryVersion,
SysDbgReadVirtual,
SysDbgWriteVirtual,
SysDbgReadPhysical,
SysDbgWritePhysical,
SysDbgReadControlSpace,
SysDbgWriteControlSpace,
SysDbgReadIoSpace,
SysDbgWriteIoSpace,
SysDbgReadMsr,
SysDbgWriteMsr,
SysDbgReadBusData,
SysDbgWriteBusData,
SysDbgCheckLowMemory,
SysDbgEnableKernelDebugger,
SysDbgDisableKernelDebugger,
SysDbgGetAutoKdEnable,
SysDbgSetAutoKdEnable,
SysDbgGetPrintBufferSize,
SysDbgSetPrintBufferSize,
SysDbgGetKdUmExceptionEnable,
SysDbgSetKdUmExceptionEnable,
SysDbgGetTriageDump,
SysDbgGetKdBlockEnable,
SysDbgSetKdBlockEnable,
SysDbgRegisterForUmBreakInfo,
SysDbgGetUmBreakPid,
SysDbgClearUmBreakPid,
SysDbgGetUmAttachPid,
SysDbgClearUmAttachPid,
SysDbgGetLiveKernelDump,
SysDbgKdPullRemoteFile,
SysDbgMaxInfoClass,
}Variants§
SysDbgQueryModuleInformation
SysDbgQueryTraceInformation
SysDbgSetTracepoint
SysDbgSetSpecialCall
SysDbgClearSpecialCalls
SysDbgQuerySpecialCalls
SysDbgBreakPoint
SysDbgQueryVersion
SysDbgReadVirtual
SysDbgWriteVirtual
SysDbgReadPhysical
SysDbgWritePhysical
SysDbgReadControlSpace
SysDbgWriteControlSpace
SysDbgReadIoSpace
SysDbgWriteIoSpace
SysDbgReadMsr
SysDbgWriteMsr
SysDbgReadBusData
SysDbgWriteBusData
SysDbgCheckLowMemory
SysDbgEnableKernelDebugger
SysDbgDisableKernelDebugger
SysDbgGetAutoKdEnable
SysDbgSetAutoKdEnable
SysDbgGetPrintBufferSize
SysDbgSetPrintBufferSize
SysDbgGetKdUmExceptionEnable
SysDbgSetKdUmExceptionEnable
SysDbgGetTriageDump
SysDbgGetKdBlockEnable
SysDbgSetKdBlockEnable
SysDbgRegisterForUmBreakInfo
SysDbgGetUmBreakPid
SysDbgClearUmBreakPid
SysDbgGetUmAttachPid
SysDbgClearUmAttachPid
SysDbgGetLiveKernelDump
SysDbgKdPullRemoteFile
SysDbgMaxInfoClass
Trait Implementations§
source§impl Clone for SYSDBG_COMMAND
impl Clone for SYSDBG_COMMAND
source§fn clone(&self) -> SYSDBG_COMMAND
fn clone(&self) -> SYSDBG_COMMAND
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 SYSDBG_COMMAND
impl Debug for SYSDBG_COMMAND
source§impl Hash for SYSDBG_COMMAND
impl Hash for SYSDBG_COMMAND
source§impl PartialEq<SYSDBG_COMMAND> for SYSDBG_COMMAND
impl PartialEq<SYSDBG_COMMAND> for SYSDBG_COMMAND
source§fn eq(&self, other: &SYSDBG_COMMAND) -> bool
fn eq(&self, other: &SYSDBG_COMMAND) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SYSDBG_COMMAND
impl Eq for SYSDBG_COMMAND
impl StructuralEq for SYSDBG_COMMAND
impl StructuralPartialEq for SYSDBG_COMMAND
Auto Trait Implementations§
impl RefUnwindSafe for SYSDBG_COMMAND
impl Send for SYSDBG_COMMAND
impl Sync for SYSDBG_COMMAND
impl Unpin for SYSDBG_COMMAND
impl UnwindSafe for SYSDBG_COMMAND
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