#[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: u16MinorVersion: u16ProtocolVersion: u8KdSecondaryVersion: u8Flags: u16MachineType: u16MaxPacketType: u8MaxStateChange: u8MaxManipulate: u8Simulation: u8Unused: [u16; 1]KernBase: u64PsLoadedModuleList: u64DebuggerDataList: u64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.