Struct os_bootinfo::BootInfo [] [src]

pub struct BootInfo {
    pub memory_map: ArrayVec<[MemoryRegion; 32]>,
}

Fields