pub type BOOT_AREA_INFO = _BOOT_AREA_INFO;
Aliased Type§
#[repr(C)]pub struct BOOT_AREA_INFO {
pub BootSectorCount: u64,
pub BootSectors: [_BOOT_AREA_INFO__bindgen_ty_1; 2],
}
Fields§
§BootSectorCount: u64
§BootSectors: [_BOOT_AREA_INFO__bindgen_ty_1; 2]