Struct multiboot::MemoryEntry[][src]

#[repr(C, packed)]
pub struct MemoryEntry { /* fields omitted */ }

Multiboot format of the MMAP buffer.

Note that size is defined to be at -4 bytes in multiboot.

Methods

impl MemoryEntry
[src]

Get base of memory region.

Get size of the memory region.

Is the region type valid RAM?

Trait Implementations

impl Debug for MemoryEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MemoryEntry

impl Sync for MemoryEntry