Enum multiboot::MemoryType[][src]

pub enum MemoryType {
    Available,
    Reserved,
    ACPI,
    NVS,
}

Types that define if the memory is usable or not.

Variants

Trait Implementations

impl Debug for MemoryType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for MemoryType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for MemoryType
[src]

Auto Trait Implementations

impl Send for MemoryType

impl Sync for MemoryType