Struct multiboot2::MemoryArea [] [src]

#[repr(C)]
pub struct MemoryArea { pub base_addr: u64, pub length: u64, // some fields omitted }

Fields

Trait Implementations

impl Debug for MemoryArea
[src]

Formats the value using the given formatter.