Struct windows_sys::Win32::System::Diagnostics::Debug::DBGKD_GET_VERSION64
[−]#[repr(C)]pub struct DBGKD_GET_VERSION64 {Show 14 fields
pub MajorVersion: u16,
pub MinorVersion: u16,
pub ProtocolVersion: u8,
pub KdSecondaryVersion: u8,
pub Flags: u16,
pub MachineType: u16,
pub MaxPacketType: u8,
pub MaxStateChange: u8,
pub MaxManipulate: u8,
pub Simulation: u8,
pub Unused: [u16; 1],
pub KernBase: u64,
pub PsLoadedModuleList: u64,
pub DebuggerDataList: u64,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
MajorVersion: u16
MinorVersion: u16
ProtocolVersion: u8
KdSecondaryVersion: u8
Flags: u16
MachineType: u16
MaxPacketType: u8
MaxStateChange: u8
MaxManipulate: u8
Simulation: u8
Unused: [u16; 1]
KernBase: u64
PsLoadedModuleList: u64
DebuggerDataList: u64
Trait Implementations
impl Clone for DBGKD_GET_VERSION64
impl Clone for DBGKD_GET_VERSION64
impl Copy for DBGKD_GET_VERSION64
Auto Trait Implementations
impl RefUnwindSafe for DBGKD_GET_VERSION64
impl Send for DBGKD_GET_VERSION64
impl Sync for DBGKD_GET_VERSION64
impl Unpin for DBGKD_GET_VERSION64
impl UnwindSafe for DBGKD_GET_VERSION64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more