Enum os_bootinfo::MemoryRegionType [] [src]

#[repr(C)]
pub enum MemoryRegionType { Usable, InUse, Reserved, AcpiReclaimable, AcpiNvs, BadMemory, }

Variants

free RAM

used RAM

unusable

ACPI reclaimable memory

ACPI NVS memory

Area containing bad memory

Trait Implementations

impl Debug for MemoryRegionType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MemoryRegionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MemoryRegionType
[src]

impl PartialEq for MemoryRegionType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for MemoryRegionType
[src]

Auto Trait Implementations