Struct os_bootinfo::E820MemoryRegion [] [src]

#[repr(C)]
pub struct E820MemoryRegion { pub start_addr: u64, pub len: u64, pub region_type: u32, pub acpi_extended_attributes: u32, }

Fields