Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::PHYSICAL
#[repr(C)]pub struct PHYSICAL {
pub Address: u64,
pub BufLen: u32,
pub Buf: [u8; 1],
}Expand description
Required features: "Win32_System_Diagnostics_Debug_Extensions"
Fields§
§Address: u64§BufLen: u32§Buf: [u8; 1]