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: u16
MinorVersion: u16
ProtocolVersion: u16
Flags: u16
KernBase: u32
PsLoadedModuleList: u32
MachineType: u16
ThCallbackStack: u16
NextCallback: u16
FramePointer: u16
KiCallUserMode: u32
KeUserCallbackDispatcher: u32
BreakpointWithStatus: u32
DebuggerDataList: u32
Trait 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 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