pub type DRIVE_LAYOUT_INFORMATION_EX = _DRIVE_LAYOUT_INFORMATION_EX;Aliased Type§
#[repr(C)]pub struct DRIVE_LAYOUT_INFORMATION_EX {
pub PartitionStyle: u32,
pub PartitionCount: u32,
pub __bindgen_anon_1: _DRIVE_LAYOUT_INFORMATION_EX__bindgen_ty_1,
pub PartitionEntry: [_PARTITION_INFORMATION_EX; 1],
}Fields§
§PartitionStyle: u32§PartitionCount: u32§__bindgen_anon_1: _DRIVE_LAYOUT_INFORMATION_EX__bindgen_ty_1§PartitionEntry: [_PARTITION_INFORMATION_EX; 1]