Struct windows_sys::Win32::System::Diagnostics::Debug::DBGKD_GET_VERSION32
[−]#[repr(C)]pub struct DBGKD_GET_VERSION32 {Show 14 fields
pub MajorVersion: u16,
pub MinorVersion: u16,
pub ProtocolVersion: u16,
pub Flags: u16,
pub KernBase: u32,
pub PsLoadedModuleList: u32,
pub MachineType: u16,
pub ThCallbackStack: u16,
pub NextCallback: u16,
pub FramePointer: u16,
pub KiCallUserMode: u32,
pub KeUserCallbackDispatcher: u32,
pub BreakpointWithStatus: u32,
pub DebuggerDataList: u32,
}Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
MajorVersion: u16MinorVersion: u16ProtocolVersion: u16Flags: u16KernBase: u32PsLoadedModuleList: u32MachineType: u16ThCallbackStack: u16NextCallback: u16FramePointer: u16KiCallUserMode: u32KeUserCallbackDispatcher: u32BreakpointWithStatus: u32DebuggerDataList: u32Trait Implementations
impl Clone for DBGKD_GET_VERSION32
impl Clone for DBGKD_GET_VERSION32
impl Copy for DBGKD_GET_VERSION32
Auto Trait Implementations
impl RefUnwindSafe for DBGKD_GET_VERSION32
impl Send for DBGKD_GET_VERSION32
impl Sync for DBGKD_GET_VERSION32
impl Unpin for DBGKD_GET_VERSION32
impl UnwindSafe for DBGKD_GET_VERSION32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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