Struct multiboot2::MemoryArea [] [src]

pub struct MemoryArea {
    pub base_addr: u64,
    pub length: u64,
    // some fields omitted
}

Fields