Enum multiboot::MemoryType [] [src]

pub enum MemoryType {
    RAM,
    Unusable,
}

Types that define if the memory is usable or not.

Variants

RAM
Unusable

Trait Implementations

Derived Implementations

impl Eq for MemoryType

impl PartialEq for MemoryType

fn eq(&self, __arg_0: &MemoryType) -> bool

fn ne(&self, __arg_0: &MemoryType) -> bool

impl Debug for MemoryType

fn fmt(&self, __arg_0: &mut Formatter) -> Result