Union windows_sys::Win32::System::Ioctl::DRIVE_LAYOUT_INFORMATION_EX_0
#[repr(C)]
pub union DRIVE_LAYOUT_INFORMATION_EX_0 {
pub Mbr: DRIVE_LAYOUT_INFORMATION_MBR,
pub Gpt: DRIVE_LAYOUT_INFORMATION_GPT,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields§
§Mbr: DRIVE_LAYOUT_INFORMATION_MBR
§Gpt: DRIVE_LAYOUT_INFORMATION_GPT